Chromium Code Reviews| Index: chrome/common/pref_names.h |
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
| index d60c1fa1b802c05b0e8660ed5ce3c129aa36c0e4..92c670e9747bd43ac73869f5ccf500f70bedc04b 100644 |
| --- a/chrome/common/pref_names.h |
| +++ b/chrome/common/pref_names.h |
| @@ -954,6 +954,9 @@ extern const char kOsPasswordLastChanged[]; |
| extern const char kQuickCheckEnabled[]; |
| +extern const char kNativeMessagingBlacklist[]; |
| +extern const char kNativeMessagingWhitelist[]; |
|
Joao da Silva
2013/12/29 23:25:28
Note that profile prefs are listed before local st
Sergey Ulanov
2014/01/06 23:21:55
Done.
|
| + |
| } // namespace prefs |
| #endif // CHROME_COMMON_PREF_NAMES_H_ |