Chromium Code Reviews| 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) |
|
Mattias Nissler (ping if slow)
2012/12/12 10:12:57
There's an entire block of OS_CHROMEOS prefs below
bartfab (slow)
2012/12/13 16:22:48
Done.
|
| +extern const char kSessionStartTime[]; |
| +extern const char kSessionLengthLimit[]; |
| +#endif |
| extern const char kDisableScreenshots[]; |
| // For OS_CHROMEOS we maintain kApplicationLocale property in both local state |