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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents.h

Issue 10963061: Switch AutomationTabHelper to use WebContentsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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/tab_contents/tab_contents.h
diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h
index d0fcdfa6eb76978a26bc12551b2bf0785e49ceb3..34e2fbe7fedce6a301c31b2ea025e82455c1037d 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.h
+++ b/chrome/browser/ui/tab_contents/tab_contents.h
@@ -14,7 +14,6 @@
class AutocompleteHistoryManager;
class AutofillExternalDelegate;
class AutofillManager;
-class AutomationTabHelper;
class BasePanelBrowserTest;
class Browser;
class BrowserCommandsTabContentsCreator;
@@ -168,11 +167,6 @@ class TabContents : public content::WebContentsObserver {
AutofillManager* autofill_manager() { return autofill_manager_.get(); }
- // Used only for testing/automation.
- AutomationTabHelper* automation_tab_helper() {
- return automation_tab_helper_.get();
- }
-
ConstrainedWindowTabHelper* constrained_window_tab_helper() {
return constrained_window_tab_helper_.get();
}
@@ -234,7 +228,6 @@ class TabContents : public content::WebContentsObserver {
scoped_refptr<AutofillManager> autofill_manager_;
scoped_ptr<TabAutofillManagerDelegate> autofill_delegate_;
scoped_ptr<AutofillExternalDelegate> autofill_external_delegate_;
- scoped_ptr<AutomationTabHelper> automation_tab_helper_;
scoped_ptr<ConstrainedWindowTabHelper> constrained_window_tab_helper_;
scoped_ptr<FaviconTabHelper> favicon_tab_helper_;
scoped_ptr<FindTabHelper> find_tab_helper_;
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/browser/ui/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698