Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 1f2e778abe42bdd4bddc6fb8dc3b25716171aeed..79f06621e38e747718c0db28b39d8a412644b24d 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -81,18 +81,10 @@ const char kRestoreOnStartup[] = "session.restore_on_startup"; |
// higher. |
const char kRestoreOnStartupMigrated[] = "session.restore_on_startup_migrated"; |
-// Serialized migration time of kURLsToRestoreOnStartup (see |
-// base::Time::ToInternalValue for details on serialization format). |
-const char kRestoreStartupURLsMigrationTime[] = |
- "session.startup_urls_migration_time"; |
- |
// The URLs to restore on startup or when the home button is pressed. The URLs |
// are only restored on startup if kRestoreOnStartup is 4. |
const char kURLsToRestoreOnStartup[] = "session.startup_urls"; |
-// Old startup url pref name for kURLsToRestoreOnStartup. |
-const char kURLsToRestoreOnStartupOld[] = "session.urls_to_restore_on_startup"; |
- |
// Stores the email address associated with the google account of the custodian |
// of the supervised user, set when the supervised user is created. |
const char kSupervisedUserCustodianEmail[] = "profile.managed.custodian_email"; |