| Index: content/browser/ppapi_plugin_process_host.h
|
| diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h
|
| index a8c56a65b2e257c2e4bb821755cd41c5625fa039..52227d7c3ec78227084933d1ac898688870fe11d 100644
|
| --- a/content/browser/ppapi_plugin_process_host.h
|
| +++ b/content/browser/ppapi_plugin_process_host.h
|
| @@ -86,8 +86,8 @@ class PpapiPluginProcessHost
|
|
|
| void RequestPluginChannel(Client* client);
|
|
|
| - virtual bool CanShutdown();
|
| - virtual void OnProcessLaunched();
|
| + virtual bool CanShutdown() OVERRIDE;
|
| + virtual void OnProcessLaunched() OVERRIDE;
|
|
|
| virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
|
|
|