Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1753)

Unified Diff: chrome/test/automation/tab_proxy.h

Issue 5959006: Revert 70144 and 70145 and add a build fix. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/ipc_test_sink.cc ('k') | chrome_frame/chrome_frame_automation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/tab_proxy.h
===================================================================
--- chrome/test/automation/tab_proxy.h (revision 70145)
+++ chrome/test/automation/tab_proxy.h (working copy)
@@ -48,7 +48,9 @@
public:
class TabProxyDelegate {
public:
- virtual void OnMessageReceived(TabProxy* tab, const IPC::Message& msg) {}
+ virtual bool OnMessageReceived(TabProxy* tab, const IPC::Message& msg) {
+ return false;
+ }
virtual void OnChannelError(TabProxy* tab) {}
protected:
« no previous file with comments | « chrome/common/ipc_test_sink.cc ('k') | chrome_frame/chrome_frame_automation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698