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

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

Issue 10949011: Switch SadTabHelper to use WebContentsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, win fix 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
« no previous file with comments | « chrome/browser/ui/sad_tab_helper.cc ('k') | chrome/browser/ui/tab_contents/tab_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..0168dc84de6ec3eda1ba2d1116a121881b826f2d 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.h
+++ b/chrome/browser/ui/tab_contents/tab_contents.h
@@ -46,7 +46,6 @@ class PepperBrokerObserver;
class PluginObserver;
class PrefsTabHelper;
class Profile;
-class SadTabHelper;
class SearchEngineTabHelper;
class ShellWindow;
class TabAutofillManagerDelegate;
@@ -222,8 +221,6 @@ class TabContents : public content::WebContentsObserver {
return prerender_tab_helper_.get();
}
- SadTabHelper* sad_tab_helper() { return sad_tab_helper_.get(); }
-
SearchEngineTabHelper* search_engine_tab_helper() {
return search_engine_tab_helper_.get();
}
@@ -302,7 +299,6 @@ class TabContents : public content::WebContentsObserver {
scoped_ptr<PrefsTabHelper> prefs_tab_helper_;
scoped_ptr<prerender::PrerenderTabHelper> prerender_tab_helper_;
- 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_;
« no previous file with comments | « chrome/browser/ui/sad_tab_helper.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