summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-24 22:34:02 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-24 22:34:02 +0000
commitc631bda4938bf52fa5485065f696ee9d5e842d78 (patch)
tree8a57a6d34f19cc7ea18e93f4f8a04f9d24e3a0d7 /content
parent848fc2c2dc9e452bcc849b42bb6ad71b008edca8 (diff)
downloadchromium_src-c631bda4938bf52fa5485065f696ee9d5e842d78.zip
chromium_src-c631bda4938bf52fa5485065f696ee9d5e842d78.tar.gz
chromium_src-c631bda4938bf52fa5485065f696ee9d5e842d78.tar.bz2
Delete Automation[Tab/Renderer]Helper and fix users.
For Chrome Endure, use the memory benchmarking V8 extension instead. For the old ChromeDriver, just mark the messages as deprecated on the client side. I'll remove all the old ChromeDriver code later. I want to keep it here since we release ChromeDriver from HEAD, and we might need to do critical fixes for Chrome 28 and below still. BUG=240580 Review URL: https://chromiumcodereview.appspot.com/14977013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/public/common/content_switches.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 5526a2b..de63b7c 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -242,11 +242,7 @@ const char kDisableXSSAuditor[] = "disable-xss-auditor";
// Specifies if the |DOMAutomationController| needs to be bound in the
// renderer. This binding happens on per-frame basis and hence can potentially
// be a performance bottleneck. One should only enable it when automating dom
-// based tests. Also enables sending/receiving renderer automation messages
-// through the |AutomationRenderViewHelper|.
-//
-// TODO(kkania): Rename this to enable-renderer-automation after moving the
-// |DOMAutomationController| to the |AutomationRenderViewHelper|.
+// based tests.
const char kDomAutomationController[] = "dom-automation";
// Loosen security. Needed for tests using some of the functionality of