Roll forward to cl/340553187

Signed-off-by: hai007 <hais@google.com>
This commit is contained in:
hai007
2020-11-03 17:05:48 -08:00
parent 75a951665f
commit 3c698dabc5
6 changed files with 20 additions and 0 deletions
@@ -42,6 +42,7 @@ class MockEndpointChannel : public EndpointChannel {
MOCK_METHOD(Medium, GetMedium, (), (const override));
MOCK_METHOD(void, EnableEncryption,
(std::shared_ptr<EncryptionContext> context), (override));
MOCK_METHOD(void, DisableEncryption, (), (override));
MOCK_METHOD(bool, IsPaused, (), (const override));
MOCK_METHOD(void, Pause, (), (override));
MOCK_METHOD(void, Resume, (), (override));