| Index: chrome/common/pref_names.h
|
| ===================================================================
|
| --- chrome/common/pref_names.h (revision 95287)
|
| +++ chrome/common/pref_names.h (working copy)
|
| @@ -252,6 +252,10 @@
|
| extern const char kEnableHyperlinkAuditing[];
|
| extern const char kEnableReferrers[];
|
|
|
| +#if defined(OS_MACOSX)
|
| +extern const char kPresentationModeEnabled[];
|
| +#endif
|
| +
|
| #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
|
| extern const char kLocalProfileId[];
|
| extern const char kPasswordsUseLocalProfileId[];
|
|
|