| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index eece5eb62a8a99984546ae59c251e176d5383896..57f22016b5fecc88a3779c685a113c6bbdbd535c 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1294,6 +1294,10 @@ const char kProfileResetPromptMemento[] = "profile.reset_prompt_memento";
|
| const char kGCMUserAccountID[] = "gcm.user.account_id";
|
| const char kGCMUserToken[] = "gcm.user.token";
|
|
|
| +// Whitelist of Native Messaging Hosts.
|
| +const char kNativeMessagingBlacklist[] = "native_messaging.blacklist";
|
| +const char kNativeMessagingWhitelist[] = "native_messaging.whitelist";
|
| +
|
| // *************** LOCAL STATE ***************
|
| // These are attached to the machine/installation
|
|
|
| @@ -2679,4 +2683,5 @@ const char kOsPasswordLastChanged[] =
|
|
|
| // Whether DNS Quick Check is disabled in proxy resolution.
|
| const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
|
| +
|
| } // namespace prefs
|
|
|