Index: remoting/client/plugin/chromoting_instance.h |
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h |
index 840a8f7456ab84e8e5b103c3d93c327623ca9a07..121f1adf6ea645ca4fe476aaf79e8f5bc0c09e4d 100644 |
--- a/remoting/client/plugin/chromoting_instance.h |
+++ b/remoting/client/plugin/chromoting_instance.h |
@@ -202,6 +202,7 @@ class ChromotingInstance : |
void HandleSendClipboardItem(const base::DictionaryValue& data); |
void HandleNotifyClientResolution(const base::DictionaryValue& data); |
void HandlePauseVideo(const base::DictionaryValue& data); |
+ void HandleVideoControl(const base::DictionaryValue& data); |
void HandlePauseAudio(const base::DictionaryValue& data); |
void HandleOnPinFetched(const base::DictionaryValue& data); |
void HandleOnThirdPartyTokenFetched(const base::DictionaryValue& data); |