| Index: chrome/plugin/plugin_thread.h | 
| =================================================================== | 
| --- chrome/plugin/plugin_thread.h	(revision 70108) | 
| +++ chrome/plugin/plugin_thread.h	(working copy) | 
| @@ -31,7 +31,7 @@ | 
| FilePath plugin_path() { return plugin_path_; } | 
|  | 
| private: | 
| -  virtual void OnControlMessageReceived(const IPC::Message& msg); | 
| +  virtual bool OnControlMessageReceived(const IPC::Message& msg); | 
|  | 
| // Callback for when a channel has been created. | 
| void OnCreateChannel(int renderer_id, bool off_the_record); | 
|  |