Chromium Code Reviews| Index: chrome/common/pref_names.h |
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
| index 6493e720b6ca1807d3adfbb21c58d9012bcac658..aad729cea62fc885ef3f67ef0914b7285565a31b 100644 |
| --- a/chrome/common/pref_names.h |
| +++ b/chrome/common/pref_names.h |
| @@ -31,7 +31,11 @@ extern const char kRestoreOnStartupMigrated[]; |
| extern const char kSessionExitedCleanly[]; |
| extern const char kSessionExitType[]; |
| extern const char kURLsToRestoreOnStartup[]; |
| +extern const char kURLsToRestoreOnStartupOld[]; |
| +extern const char kRestoreStartupURLsMigrated[]; |
| extern const char kForceEphemeralProfiles[]; |
| +extern const char kURLsToRestoreOnStartupOld[]; |
|
grt (UTC plus 2)
2013/10/07 20:15:16
is there an echo in here?
robertshield
2013/10/08 01:52:13
here here here...
ugh, merge splatter, thanks fo
|
| +extern const char kRestoreStartupURLsMigrated[]; |
| // For OS_CHROMEOS we maintain kApplicationLocale property in both local state |
| // and user's profile. Global property determines locale of login screen, |