| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index b232b534d33c82688331acfcc387891d8576172a..0ddf95ecd796385bd992dae596ba30a6de715010 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -32,6 +32,8 @@ extern const char kSessionExitedCleanly[];
|
| extern const char kSessionExitType[];
|
| extern const char kURLsToRestoreOnStartup[];
|
| extern const char kForceEphemeralProfiles[];
|
| +extern const char kURLsToRestoreOnStartupOld[];
|
| +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,
|
|
|