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

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

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
Index: chrome/test/automation/automation_json_requests.h
diff --git a/chrome/test/automation/automation_json_requests.h b/chrome/test/automation/automation_json_requests.h
index df24832bd93faca4e4160ebeca00e9d39d4c922e..6f931050ffac7575a62539ec3ee818df139e45c7 100644
--- a/chrome/test/automation/automation_json_requests.h
+++ b/chrome/test/automation/automation_json_requests.h
@@ -238,19 +238,21 @@ bool SendReloadJSONRequest(
const WebViewLocator& locator,
automation::Error* error) WARN_UNUSED_RESULT;
+// Deprecated, no longer works with Chrome 29+.
// Requests a snapshot of the entire page to be saved to the given path
// in PNG format.
// Returns true on success.
-bool SendCaptureEntirePageJSONRequest(
+bool SendCaptureEntirePageJSONRequestDeprecated(
AutomationMessageSender* sender,
const WebViewLocator& locator,
const base::FilePath& path,
automation::Error* error) WARN_UNUSED_RESULT;
#if !defined(NO_TCMALLOC) && (defined(OS_LINUX) || defined(OS_CHROMEOS))
+// Deprecated, no longer works with Chrome 29+.
// Requests a heap profile dump.
// Returns true on success.
-bool SendHeapProfilerDumpJSONRequest(
+bool SendHeapProfilerDumpJSONRequestDeprecated(
AutomationMessageSender* sender,
const WebViewLocator& locator,
const std::string& reason,
@@ -395,9 +397,10 @@ bool SendNativeKeyEventJSONRequest(
int modifiers,
automation::Error* error) WARN_UNUSED_RESULT;
+// Deprecated, no longer works with Chrome 29+.
// Requests to send the WebKit event for the given |WebMouseEvent| in a
// specified view. Returns true on success.
-bool SendWebMouseEventJSONRequest(
+bool SendWebMouseEventJSONRequestDeprecated(
AutomationMessageSender* sender,
const WebViewLocator& locator,
const WebMouseEvent& mouse_event,
@@ -450,8 +453,9 @@ bool SendAcceptPromptAppModalDialogJSONRequest(
const std::string& prompt_text,
automation::Error* error) WARN_UNUSED_RESULT;
+// Deprecated, no longer works with Chrome 29+.
// Requests to wait for all views to stop loading. Returns true on success.
-bool SendWaitForAllViewsToStopLoadingJSONRequest(
+bool SendWaitForAllViewsToStopLoadingJSONRequestDeprecated(
AutomationMessageSender* sender,
automation::Error* error) WARN_UNUSED_RESULT;
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | chrome/test/automation/automation_json_requests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698