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

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

Issue 13461029: The continue window is owned by the desktop environment now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 d8fd2c74db8ac2d76e4582341b9d7f159f8d7ec3..148bc46a60d2ca213734c2f34407ea2408159e44 100644
--- a/remoting/host/plugin/host_script_object.h
+++ b/remoting/host/plugin/host_script_object.h
@@ -9,13 +9,14 @@
#include <vector>
#include "base/compiler_specific.h"
-#include "base/memory/scoped_ptr.h"
#include "base/memory/ref_counted.h"
+#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
+#include "base/string16.h"
#include "base/synchronization/cancellation_flag.h"
#include "base/synchronization/lock.h"
#include "base/synchronization/waitable_event.h"
-#include "base/string16.h"
+#include "base/thread_task_runner_handle.h"
#include "base/threading/platform_thread.h"
#include "base/threading/thread.h"
#include "base/time.h"
@@ -257,6 +258,7 @@ class HostNPScriptObject {
NPP plugin_;
NPObject* parent_;
scoped_refptr<AutoThreadTaskRunner> plugin_task_runner_;
+ base::ThreadTaskRunnerHandle plugin_task_runner_handle_;
Sergey Ulanov 2013/04/04 21:04:26 Awesome. Does this work properly? I remember there
alexeypa (please no reviews) 2013/04/06 18:07:56 Nope. :-( It breaks when Chrome and Chromoting sha
// True if we're in the middle of handling a log message.
bool am_currently_logging_;

Powered by Google App Engine
This is Rietveld 408576698