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 055a2f10562f8a95b64e4526d10a711fbd3e4200..f97410d864ec9e412d8b734c55185e9fa913e2a4 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_; |