diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 99f272c..7458130 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -245,6 +245,11 @@ extern const char kDisable3DAPIs[]; extern const char kEnableHyperlinkAuditing[]; extern const char kEnableReferrers[]; +#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX) +extern const char kLocalProfileId[]; +extern const char kPasswordsUseLocalProfileId[]; +#endif + // Local state prefs. Please add Profile prefs above instead. extern const char kCertRevocationCheckingEnabled[]; extern const char kSSL3Enabled[]; |