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

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

Issue 14977013: Delete Automation[Tab/Renderer]Helper and users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update now that 202087 is committed Created 7 years, 7 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/automation/automation_json_requests.h ('k') | chrome/test/automation/tab_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_json_requests.cc
diff --git a/chrome/test/automation/automation_json_requests.cc b/chrome/test/automation/automation_json_requests.cc
index fdfe3bbb98e8d75f1b443a3ec77b33aa5223b661..232dac006ec26d996d6f289dec45d8d434487471 100644
--- a/chrome/test/automation/automation_json_requests.cc
+++ b/chrome/test/automation/automation_json_requests.cc
@@ -348,7 +348,7 @@ bool SendReloadJSONRequest(
return SendAutomationJSONRequest(sender, dict, &reply_dict, error);
}
-bool SendCaptureEntirePageJSONRequest(
+bool SendCaptureEntirePageJSONRequestDeprecated(
AutomationMessageSender* sender,
const WebViewLocator& locator,
const base::FilePath& path,
@@ -363,7 +363,7 @@ bool SendCaptureEntirePageJSONRequest(
}
#if !defined(NO_TCMALLOC) && (defined(OS_LINUX) || defined(OS_CHROMEOS))
-bool SendHeapProfilerDumpJSONRequest(
+bool SendHeapProfilerDumpJSONRequestDeprecated(
AutomationMessageSender* sender,
const WebViewLocator& locator,
const std::string& reason,
@@ -654,7 +654,7 @@ bool SendNativeKeyEventJSONRequest(
return SendAutomationJSONRequest(sender, dict, &reply_dict, error);
}
-bool SendWebMouseEventJSONRequest(
+bool SendWebMouseEventJSONRequestDeprecated(
AutomationMessageSender* sender,
const WebViewLocator& locator,
const WebMouseEvent& mouse_event,
@@ -762,7 +762,7 @@ bool SendAcceptPromptAppModalDialogJSONRequest(
return SendAutomationJSONRequest(sender, dict, &reply_dict, error);
}
-bool SendWaitForAllViewsToStopLoadingJSONRequest(
+bool SendWaitForAllViewsToStopLoadingJSONRequestDeprecated(
AutomationMessageSender* sender,
Error* error) {
DictionaryValue dict;
« no previous file with comments | « chrome/test/automation/automation_json_requests.h ('k') | chrome/test/automation/tab_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698