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 d970efb73554f5ea6a85a81da4fbabcaaedc6289..e9fb202f5e987a8b14f25cbd8cc8c172bdea1a71 100644 |
--- a/chrome/browser/ui/prefs/prefs_tab_helper.h |
+++ b/chrome/browser/ui/prefs/prefs_tab_helper.h |
@@ -12,6 +12,7 @@ |
#include "content/public/browser/notification_registrar.h" |
#include "content/public/browser/web_contents_observer.h" |
+class OverlayUserPrefStore; |
class PrefService; |
class Profile; |
struct WebPreferences; |
@@ -23,6 +24,8 @@ class PrefsTabHelper : public content::WebContentsObserver, |
explicit PrefsTabHelper(content::WebContents* contents); |
virtual ~PrefsTabHelper(); |
+ static void InitIncognitoUserPrefStore(OverlayUserPrefStore* pref_store); |
+ static void InitPerTabUserPrefStore(OverlayUserPrefStore* pref_store); |
static void RegisterUserPrefs(PrefService* prefs); |
PrefService* per_tab_prefs() { return per_tab_prefs_.get(); } |