| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 46a0321536da91f73d74cc9d3b51fd08029050d8..ce5adb130be920608cb9b6615cc999b92513c238 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -72,18 +72,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";
|
|
|