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

Unified Diff: remoting/client/plugin/chromoting_instance.h

Issue 296943003: Allow mouse-input to be enabled even if the plugin does not have keyboard focus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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
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,
« no previous file with comments | « no previous file | remoting/client/plugin/chromoting_instance.cc » ('j') | remoting/client/plugin/chromoting_instance.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698