| Index: remoting/base/plugin_message_loop_proxy.h
|
| diff --git a/remoting/base/plugin_message_loop_proxy.h b/remoting/base/plugin_message_loop_proxy.h
|
| index 19082a03805767ccbdbfbe110b62adb843698f95..03d4eadbd52f94b62f5cfce58e20e68ad1f3ba1d 100644
|
| --- a/remoting/base/plugin_message_loop_proxy.h
|
| +++ b/remoting/base/plugin_message_loop_proxy.h
|
| @@ -47,7 +47,7 @@ class PluginMessageLoopProxy : public base::MessageLoopProxy {
|
| const base::Closure& task,
|
| int64 delay_ms) OVERRIDE;
|
|
|
| - virtual bool BelongsToCurrentThread() OVERRIDE;
|
| + virtual bool RunsTasksOnCurrentThread() const OVERRIDE;
|
|
|
| private:
|
| static void TaskSpringboard(void* data);
|
|
|