| Index: chrome_frame/chrome_frame_automation.h
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_automation.h (revision 70144)
|
| +++ chrome_frame/chrome_frame_automation.h (working copy)
|
| @@ -459,7 +459,7 @@
|
| virtual void AutomationServerDied();
|
|
|
| // TabProxyDelegate implementation
|
| - virtual bool OnMessageReceived(TabProxy* tab, const IPC::Message& msg);
|
| + virtual void OnMessageReceived(TabProxy* tab, const IPC::Message& msg);
|
| virtual void OnChannelError(TabProxy* tab);
|
|
|
| void CreateExternalTab();
|
| @@ -480,7 +480,7 @@
|
| }
|
|
|
| private:
|
| - bool OnMessageReceivedUIThread(const IPC::Message& msg);
|
| + void OnMessageReceivedUIThread(const IPC::Message& msg);
|
| void OnChannelErrorUIThread();
|
|
|
| HWND chrome_window() const { return chrome_window_; }
|
|
|