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

Unified Diff: chrome/browser/ui/browser_tab_contents.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
Index: chrome/browser/ui/browser_tab_contents.cc
diff --git a/chrome/browser/ui/browser_tab_contents.cc b/chrome/browser/ui/browser_tab_contents.cc
index 19d73e38a9e36f94ed9028810427a2e02b019bd4..4a2e9b407298f25a3426be3c55d086c7ecef5061 100644
--- a/chrome/browser/ui/browser_tab_contents.cc
+++ b/chrome/browser/ui/browser_tab_contents.cc
@@ -49,10 +49,6 @@
#include "content/public/browser/web_contents.h"
#include "extensions/browser/view_type_utils.h"
-#if defined(ENABLE_AUTOMATION)
-#include "chrome/browser/automation/automation_tab_helper.h"
-#endif
-
#if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
#include "chrome/browser/captive_portal/captive_portal_tab_helper.h"
#endif
@@ -163,10 +159,6 @@ void BrowserTabContents::AttachTabHelpers(WebContents* web_contents) {
TranslateTabHelper::CreateForWebContents(web_contents);
ZoomController::CreateForWebContents(web_contents);
-#if defined(ENABLE_AUTOMATION)
- AutomationTabHelper::CreateForWebContents(web_contents);
-#endif
-
#if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
captive_portal::CaptivePortalTabHelper::CreateForWebContents(web_contents);
#endif
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/browser/ui/startup/startup_browser_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698