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

Unified Diff: chrome/test/automation/browser_proxy.cc

Issue 10703040: Revert 144610 (speculative; possibly caused http://crbug.com/135059) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/common/automation_messages_internal.h ('k') | chrome/test/functional/test_pyauto.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/browser_proxy.cc
===================================================================
--- chrome/test/automation/browser_proxy.cc (revision 144867)
+++ chrome/test/automation/browser_proxy.cc (working copy)
@@ -428,12 +428,11 @@
return false;
bool result = false;
- if (!sender_->Send(
- new AutomationMsg_SendJSONRequestWithBrowserHandle(handle_,
- request,
- response,
- &result),
- timeout_ms))
+ if (!sender_->Send(new AutomationMsg_SendJSONRequest(handle_,
+ request,
+ response,
+ &result),
+ timeout_ms))
return false;
return result;
}
« no previous file with comments | « chrome/common/automation_messages_internal.h ('k') | chrome/test/functional/test_pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698