| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 3aa63fb769440c9fc3cc6b751c6b6dfcac101696..b71660e16d2c2116335ba422d2938b87f6178da1 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -31,6 +31,8 @@ extern const char kRestoreOnStartupMigrated[];
|
| extern const char kSessionExitedCleanly[];
|
| extern const char kSessionExitType[];
|
| extern const char kURLsToRestoreOnStartup[];
|
| +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,
|
|
|