Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: remoting/protocol/protocol_mock_objects.h

Issue 11192042: Protocol plumbing for audio toggle. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/host_stub.h ('k') | remoting/webapp/client_plugin.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/protocol_mock_objects.h
diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
index e65826ada25031834dc3f757af71e28bcca3cf88..6472869207a7f6b32af44d506f1c915aaacd910e 100644
--- a/remoting/protocol/protocol_mock_objects.h
+++ b/remoting/protocol/protocol_mock_objects.h
@@ -106,6 +106,8 @@ class MockHostStub : public HostStub {
void(const ClientDimensions& dimensions));
MOCK_METHOD1(ControlVideo,
void(const VideoControl& video_control));
+ MOCK_METHOD1(ControlAudio,
+ void(const AudioControl& audio_control));
private:
DISALLOW_COPY_AND_ASSIGN(MockHostStub);
« no previous file with comments | « remoting/protocol/host_stub.h ('k') | remoting/webapp/client_plugin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698