diff options
Diffstat (limited to 'chrome/browser/ui/prefs/prefs_tab_helper.h')
-rw-r--r-- | chrome/browser/ui/prefs/prefs_tab_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.h b/chrome/browser/ui/prefs/prefs_tab_helper.h index 055a2f1..f97410d 100644 --- a/chrome/browser/ui/prefs/prefs_tab_helper.h +++ b/chrome/browser/ui/prefs/prefs_tab_helper.h @@ -51,6 +51,8 @@ class PrefsTabHelper : public content::NotificationObserver, void UpdateRendererPreferences(); Profile* GetProfile(); + + void OnFontFamilyPrefChanged(const std::string& pref_name); void OnWebPrefChanged(const std::string& pref_name); content::WebContents* web_contents_; |