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

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

Issue 10944016: Switch SearchTabHelper to use WebContentsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: const 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 ff18d1848b1a2896835f485b4836af2ac2fa88e7..948c2481b051a8013d77c70826a7f59c97077cc3 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.h
+++ b/chrome/browser/ui/tab_contents/tab_contents.h
@@ -74,12 +74,6 @@ namespace captive_portal {
class CaptivePortalTabHelper;
}
-namespace chrome {
-namespace search {
-class SearchTabHelper;
-}
-}
-
namespace chromeos {
class SimpleWebViewDialog;
class WebUILoginView;
@@ -228,10 +222,6 @@ class TabContents : public content::WebContentsObserver {
return search_engine_tab_helper_.get();
}
- chrome::search::SearchTabHelper* search_tab_helper() {
- return search_tab_helper_.get();
- }
-
browser_sync::SyncedTabDelegate* synced_tab_delegate() {
return synced_tab_delegate_.get();
}
@@ -304,7 +294,6 @@ class TabContents : public content::WebContentsObserver {
scoped_ptr<SadTabHelper> sad_tab_helper_;
scoped_ptr<SearchEngineTabHelper> search_engine_tab_helper_;
- scoped_ptr<chrome::search::SearchTabHelper> search_tab_helper_;
scoped_ptr<browser_sync::SyncedTabDelegate> synced_tab_delegate_;
// The TabSpecificContentSettings object is used to query the blocked content
« no previous file with comments | « chrome/browser/ui/search/toolbar_search_animator_unittest.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