| Index: chrome/browser/renderer_host/test/test_render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/test/test_render_view_host.h (revision 70108)
|
| +++ chrome/browser/renderer_host/test/test_render_view_host.h (working copy)
|
| @@ -166,7 +166,7 @@
|
|
|
| // Calls the RenderViewHosts' private OnMessageReceived function with the
|
| // given message.
|
| - void TestOnMessageReceived(const IPC::Message& msg);
|
| + bool TestOnMessageReceived(const IPC::Message& msg);
|
|
|
| // Calls OnMsgNavigate on the RenderViewHost with the given information,
|
| // setting the rest of the parameters in the message to the "typical" values.
|
|
|