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

Unified Diff: remoting/host/plugin/host_script_object.h

Issue 10161034: Making sure that UAC promts fired by the Chromoting plugin get focus (instead of being shown in the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A fixup Created 8 years, 8 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/host/plugin/host_script_object.h
diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h
index c7083febb46ba97db7f05f5c141c34886f0e08df..adfd0755843f0ee83ba9acaacc08ca75a4c27c26 100644
--- a/remoting/host/plugin/host_script_object.h
+++ b/remoting/host/plugin/host_script_object.h
@@ -81,6 +81,8 @@ class HostNPScriptObject : public HostStatusObserver {
// standard LOG(INFO) and it will be sent to this method.
void PostLogDebugInfo(const std::string& message);
+ void SetWindow(NPWindow* np_window);
+
private:
// These state values are duplicated in the JS code. Remember to update both
// copies when making changes.

Powered by Google App Engine
This is Rietveld 408576698