Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 0131cb7db41c2f2ed138e54154e74b8dbdb4cf5d..0881238348e522b2bfe36ab0c7bc1d39d78ef710 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -82,7 +82,11 @@ 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 and migration time delta as a double. |
|
robertshield
2013/10/04 15:16:15
Mention in the comment the units of time.
MAD
2013/10/04 19:31:22
Done.
|
| +const char kURLsToRestoreOnStartupOld[] = "session.urls_to_restore_on_startup"; |
| +const char kRestoreStartupURLsMigrated[] = "session.startup_urls_migrated"; |
|
robertshield
2013/10/04 15:16:15
s/Migrated/MigrationTime
MAD
2013/10/04 19:31:22
Actually, that's on purpose...I wanted to use the
|
| // 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. |