| Index: chrome/browser/automation/chrome_frame_automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/chrome_frame_automation_provider.h (revision 70108)
|
| +++ chrome/browser/automation/chrome_frame_automation_provider.h (working copy)
|
| @@ -24,7 +24,7 @@
|
| explicit ChromeFrameAutomationProvider(Profile* profile);
|
|
|
| // IPC::Channel::Listener overrides.
|
| - virtual void OnMessageReceived(const IPC::Message& message);
|
| + virtual bool OnMessageReceived(const IPC::Message& message);
|
|
|
| protected:
|
| // This function is called when we receive an invalid message type.
|
|
|