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

Unified Diff: chrome/common/pref_names.cc

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.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index eece5eb62a8a99984546ae59c251e176d5383896..e1bcdf4b93ec2de42e3e9c6687e5b8d45ece4987 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1707,7 +1707,7 @@ const char kExtensionAlertsInitializedPref[] = "extensions.alerts.initialized";
const char kExtensionAllowedInstallSites[] = "extensions.allowed_install_sites";
// A list of allowed extension types. Extensions can only be installed if their
-// type is on this whitelist or alternatively on kExtensionInstallAllowList or
+// type is on this whitelisted or alternatively on kExtensionInstallAllowList or
Joao da Silva 2013/12/29 23:25:28 The previous sentence looks better to me
Sergey Ulanov 2014/01/06 23:21:55 Done.
// kExtensionInstallForceList.
const char kExtensionAllowedTypes[] = "extensions.allowed_types";
@@ -2679,4 +2679,9 @@ const char kOsPasswordLastChanged[] =
// Whether DNS Quick Check is disabled in proxy resolution.
const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
+
+// Whitelist of Native Messaging Hosts.
+const char kNativeMessagingBlacklist[] = "native_messaging.blacklist";
+const char kNativeMessagingWhitelist[] = "native_messaging.whitelist";
Joao da Silva 2013/12/29 23:25:28 Same about the order; this should be above line 12
Sergey Ulanov 2014/01/06 23:21:55 Done.
+
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698