| 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 c55746ae058189b382dc650345c24c0759456963..cfb808b2c3d77096beb5d062367dcab1249004e1 100644
 | 
| --- a/chrome/browser/ui/prefs/prefs_tab_helper.h
 | 
| +++ b/chrome/browser/ui/prefs/prefs_tab_helper.h
 | 
| @@ -45,6 +45,7 @@ class PrefsTabHelper : public content::NotificationObserver,
 | 
|    void UpdateRendererPreferences();
 | 
|  
 | 
|    Profile* GetProfile();
 | 
| +  void OnWebPrefChanged(const std::string& pref_name);
 | 
|  
 | 
|    content::WebContents* web_contents_;
 | 
|    content::NotificationRegistrar registrar_;
 | 
| 
 |