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

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

Issue 7108037: Revert 88492 - In chromedriver, add /log url to get the contents of the chromedriver log (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/chrome_tests.gypi ('k') | chrome/test/automation/automation_json_requests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_json_requests.h
===================================================================
--- chrome/test/automation/automation_json_requests.h (revision 88495)
+++ chrome/test/automation/automation_json_requests.h (working copy)
@@ -44,14 +44,6 @@
std::string* reply,
bool* success) WARN_UNUSED_RESULT;
-// Same as above, but uses the given |AutomationMessageSender|'s default timeout
-// value.
-bool SendAutomationJSONRequestWithDefaultTimeout(
- AutomationMessageSender* sender,
- const std::string& request,
- std::string* reply,
- bool* success);
-
// Requests the current browser and tab indices for the given tab ID.
// Returns true on success.
bool SendGetIndicesFromTabIdJSONRequest(
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/automation/automation_json_requests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698