| Index: chrome/browser/ui/prefs/prefs_tab_helper.h
|
| diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.h b/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| index f97410d864ec9e412d8b734c55185e9fa913e2a4..1c6c7f6612b1117f11784af115de3b58a646f03c 100644
|
| --- a/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| +++ b/chrome/browser/ui/prefs/prefs_tab_helper.h
|
| @@ -58,6 +58,7 @@ class PrefsTabHelper : public content::NotificationObserver,
|
| content::WebContents* web_contents_;
|
| content::NotificationRegistrar registrar_;
|
| PrefChangeRegistrar pref_change_registrar_;
|
| + PrefChangeRegistrar zoom_level_pref_change_registrar_;
|
| scoped_ptr<base::CallbackList<void(void)>::Subscription>
|
| style_sheet_subscription_;
|
| base::WeakPtrFactory<PrefsTabHelper> weak_ptr_factory_;
|
|
|