Index: chrome/browser/prefs/session_startup_pref.h |
=================================================================== |
--- chrome/browser/prefs/session_startup_pref.h (revision 133745) |
+++ chrome/browser/prefs/session_startup_pref.h (working copy) |
@@ -53,11 +53,6 @@ |
static SessionStartupPref GetStartupPref(Profile* profile); |
static SessionStartupPref GetStartupPref(PrefService* prefs); |
- // If the user had the "restore on startup" property set to the deprecated |
- // "Open the home page" value, this migrates them to a value that will have |
- // the same effect. |
- static void MigrateIfNecessary(PrefService* prefs); |
- |
// Whether the startup type and URLs are managed via policy. |
static bool TypeIsManaged(PrefService* prefs); |
static bool URLsAreManaged(PrefService* prefs); |