| Index: chrome/test/automation/automation_proxy_uitest.h
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy_uitest.h (revision 70108)
|
| +++ chrome/test/automation/automation_proxy_uitest.h (working copy)
|
| @@ -101,7 +101,7 @@
|
| gfx::NativeWindow host_window_;
|
|
|
| // Simple dispatcher to above OnXXX methods.
|
| - virtual void OnMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnMessageReceived(const IPC::Message& msg);
|
| virtual void InvalidateHandle(const IPC::Message& message);
|
| };
|
|
|
|
|