Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: chrome/common/pref_names.h

Issue 118253005: Add managed policies for Native Messaging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698