Index: remoting/client/plugin/chromoting_instance.h |
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h |
index 0ed6d3de8ae0448822aaa39a2210f83f68dd9ba4..9dbeb6fd78cd7775dd986d6360a7aa0773a7f490 100644 |
--- a/remoting/client/plugin/chromoting_instance.h |
+++ b/remoting/client/plugin/chromoting_instance.h |
@@ -208,6 +208,7 @@ class ChromotingInstance : |
void HandleExtensionMessage(const base::DictionaryValue& data); |
void HandleAllowMouseLockMessage(); |
void HandleEnableMediaSourceRendering(); |
+ void HandleSendMouseInputWhenUnfocused(); |
Wez
2014/05/22 01:14:23
nit: Unfocused -> Blurred for consistency w/ DOM t
Jamie
2014/05/22 01:32:09
"blur" is a horrible terminology for the unfocused
Wez
2014/05/22 01:47:18
True!
|
// Helper method called from Connect() to connect with parsed config. |
void ConnectWithConfig(const ClientConfig& config, |