diff options
Diffstat (limited to 'chrome/browser/ui/prefs/prefs_tab_helper.h')
| -rw-r--r-- | chrome/browser/ui/prefs/prefs_tab_helper.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.h b/chrome/browser/ui/prefs/prefs_tab_helper.h index f5c5d35..a06f12d 100644 --- a/chrome/browser/ui/prefs/prefs_tab_helper.h +++ b/chrome/browser/ui/prefs/prefs_tab_helper.h @@ -18,7 +18,7 @@ struct WebPreferences; class PrefsTabHelper : public content::WebContentsObserver, public content::NotificationObserver { public: - explicit PrefsTabHelper(TabContents* contents); + explicit PrefsTabHelper(content::WebContents* contents); virtual ~PrefsTabHelper(); static void RegisterUserPrefs(PrefService* prefs); @@ -46,9 +46,6 @@ class PrefsTabHelper : public content::WebContentsObserver, Profile* GetProfile(); - // Our owning TabContents. - TabContents* contents_; - content::NotificationRegistrar registrar_; scoped_ptr<PrefService> per_tab_prefs_; |
