diff options
Diffstat (limited to 'chrome/browser/ui/browser_ui_prefs.h')
-rw-r--r-- | chrome/browser/ui/browser_ui_prefs.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/ui/browser_ui_prefs.h b/chrome/browser/ui/browser_ui_prefs.h index 966a0f9..92e44ae0f 100644 --- a/chrome/browser/ui/browser_ui_prefs.h +++ b/chrome/browser/ui/browser_ui_prefs.h @@ -12,14 +12,6 @@ class Profile; namespace chrome { -// Sets the value of homepage related prefs to new values. Since we do not -// want to change these values for existing users, we can not change the -// default values under RegisterUserPrefs. Also if user already has an -// existing profile we do not want to override those preferences so we only -// set new values if they have not been set already. This method gets called -// during First Run. -void SetNewHomePagePrefs(PrefService* prefs); - void RegisterBrowserPrefs(PrefService* prefs); void RegisterBrowserUserPrefs(PrefService* prefs); |