| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index d60c1fa1b802c05b0e8660ed5ce3c129aa36c0e4..999497ea568eef441d0755324d1895a31e6a2e80 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -409,6 +409,9 @@ extern const char kProfileResetPromptMemento[];
|
| extern const char kGCMUserAccountID[];
|
| extern const char kGCMUserToken[];
|
|
|
| +extern const char kNativeMessagingBlacklist[];
|
| +extern const char kNativeMessagingWhitelist[];
|
| +
|
| // Local state prefs. Please add Profile prefs above instead.
|
| extern const char kCertRevocationCheckingEnabled[];
|
| extern const char kCertRevocationCheckingRequiredLocalAnchors[];
|
|
|