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

Unified Diff: chrome_frame/test/automation_client_mock.h

Issue 6685099: Removing command_execution_timeout_ms in favor of action_max_timeout_ms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months 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/test/ui/ui_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/automation_client_mock.h
===================================================================
--- chrome_frame/test/automation_client_mock.h (revision 80714)
+++ chrome_frame/test/automation_client_mock.h (working copy)
@@ -105,6 +105,10 @@
return proxy_->Send(msg);
}
+ virtual bool Send(IPC::Message* msg, int timeout_ms) {
+ return proxy_->Send(msg);
+ }
+
void ForwardTo(StrictMock<MockAutomationProxy> *p) {
proxy_ = p;
}
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698