diff options
Diffstat (limited to 'chrome/browser/prefs/session_startup_pref.h')
| -rw-r--r-- | chrome/browser/prefs/session_startup_pref.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/prefs/session_startup_pref.h b/chrome/browser/prefs/session_startup_pref.h index e1885aa..48e2e114 100644 --- a/chrome/browser/prefs/session_startup_pref.h +++ b/chrome/browser/prefs/session_startup_pref.h @@ -58,6 +58,10 @@ struct SessionStartupPref { // the same effect. static void MigrateIfNecessary(PrefService* prefs); + // The default startup pref for Mac used to be LAST, now it's DEFAULT. This + // migrates old users by writing out the preference explicitly. + static void MigrateMacDefaultPrefIfNecessary(PrefService* prefs); + // Whether the startup type and URLs are managed via policy. static bool TypeIsManaged(PrefService* prefs); static bool URLsAreManaged(PrefService* prefs); |
