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_; |