Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 5526a2bb694b310b3c1ddbf1fde8ebb99aab7e23..de63b7cd135b943546da2e78bfffbb09ec07a72d 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 |