| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index b32b2defbc2a1b57f5cff5f06159c5bac10d6673..f089c96e0ed6d0cb7efb9c9c71bd75ae5e4dfb48 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -25,6 +25,10 @@ extern const char kSessionExitType[];
|
| extern const char kRestoreOnStartup[];
|
| extern const char kURLsToRestoreOnStartup[];
|
| extern const char kRestoreOnStartupMigrated[];
|
| +#if defined(OS_CHROMEOS)
|
| +extern const char kSessionStartTime[];
|
| +extern const char kSessionLengthLimit[];
|
| +#endif
|
| extern const char kDisableScreenshots[];
|
|
|
| // For OS_CHROMEOS we maintain kApplicationLocale property in both local state
|
|
|