| Index: ppapi/proxy/plugin_dispatcher.h
|
| diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h
|
| index 8c75d33ac02d9b7c4cc01f96f4d2f82f84a8732b..5b8ffb7b060709bb27c8e64ac8dea8eaa544026c 100644
|
| --- a/ppapi/proxy/plugin_dispatcher.h
|
| +++ b/ppapi/proxy/plugin_dispatcher.h
|
| @@ -43,7 +43,7 @@ class PluginDispatcher : public Dispatcher {
|
| static void SetGlobal(PluginDispatcher* dispatcher);
|
|
|
| // Dispatcher overrides.
|
| - virtual bool IsPlugin() const { return true; }
|
| + virtual bool IsPlugin() const;
|
|
|
| // IPC::Channel::Listener implementation.
|
| virtual void OnMessageReceived(const IPC::Message& msg);
|
|
|