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

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

Issue 10891033: Switch MetroPinTabHelper to use WebContentsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small clean 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/metro_pin_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 59a4a659636eee4519a610ec0ee9144451fbb45b..4c5b5a0f0a68c85b289a3b65e8c1aaf09446bbe9 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.h
+++ b/chrome/browser/ui/tab_contents/tab_contents.h
@@ -39,7 +39,6 @@ class HungPluginTabHelper;
class InfoBarControllerContentsCreator;
class InfoBarTabHelper;
class InstantLoader;
-class MetroPinTabHelper;
class NavigationMetricsRecorder;
class OffscreenTabContentsCreator;
class OldBasePanelBrowserTest;
@@ -256,10 +255,6 @@ class TabContents : public content::WebContentsObserver {
}
InfoBarTabHelper* infobar_tab_helper() { return infobar_tab_helper_.get(); }
- MetroPinTabHelper* metro_pin_tab_helper() {
- return metro_pin_tab_helper_.get();
- }
-
#if defined(ENABLE_ONE_CLICK_SIGNIN)
OneClickSigninHelper* one_click_signin_helper() {
return one_click_signin_helper_.get();
@@ -366,7 +361,6 @@ class TabContents : public content::WebContentsObserver {
scoped_ptr<HistoryTabHelper> history_tab_helper_;
scoped_ptr<HungPluginTabHelper> hung_plugin_tab_helper_;
scoped_ptr<InfoBarTabHelper> infobar_tab_helper_;
- scoped_ptr<MetroPinTabHelper> metro_pin_tab_helper_;
// PasswordManager and its delegate. The delegate must outlive the manager,
// per documentation in password_manager.h.
« no previous file with comments | « chrome/browser/ui/metro_pin_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