Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 4d6417bc3d62ccda891c5f862977d678b7162011..6ae1ac5618f9b29898c4b84df52aa62d9d0954ab 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -82,7 +82,14 @@ const char kRestoreOnStartupMigrated[] = "session.restore_on_startup_migrated"; |
| // 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.urls_to_restore_on_startup"; |
| +const char kURLsToRestoreOnStartup[] = "session.startup_urls"; |
| + |
| +// Old startup url pref name for kURLsToRestoreOnStartup. |
| +const char kURLsToRestoreOnStartupOld[] = "session.urls_to_restore_on_startup"; |
| + |
| +// Serialized migration time of kURLsToRestoreOnStartup (see |
| +// base::Time::ToInternalValue for details on serialization format). |
| +const char kRestoreStartupURLsMigrated[] = "session.startup_urls_migrated"; |
|
Bernhard Bauer
2013/10/15 22:03:52
You could rename this to make it clearer that it's
robertshield
2013/10/16 01:23:27
Done.
|
| // If set to true profiles are created in ephemeral mode and do not store their |
| // data in the profile folder on disk but only in memory. |