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

Unified Diff: chrome/common/pref_names.cc

Issue 2696283007: DevTools: disable the Chrome tab debugging warning for force-installed extensions. (Closed)
Patch Set: Created 3 years, 10 months 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 5c8d693edf3aafb7e68a88ccf8f63af156379a8d..ae606416945db87dfe108585e046684250e699e0 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1600,9 +1600,6 @@ const char kDevToolsPortForwardingConfig[] = "devtools.port_forwarding_config";
const char kDevToolsDiscoverTCPTargetsEnabled[] =
"devtools.discover_tcp_targets";
-// A list of strings representing devtools target discovery servers.
-const char kDevToolsTCPDiscoveryConfig[] = "devtools.tcp_discovery_config";
-
// A dictionary with generic DevTools settings.
const char kDevToolsPreferences[] = "devtools.preferences";
@@ -1611,6 +1608,14 @@ const char kDevToolsPreferences[] = "devtools.preferences";
const char kDevToolsRemoteEnabled[] = "devtools.remote_enabled";
#endif
+// A boolean linked with the kSilentDebuggerExtensionAPI command line switch for
Devlin 2017/02/17 20:51:31 nit: I'd rephrase this as just: "A boolean to allo
pfeldman 2017/02/17 21:14:38 Done.
+// the enterprise policy.
+const char kDevToolsSilentManagedDebuggerAPIEnabled[] =
+ "devtools.silent_managed_debugger_api";
+
+// A list of strings representing devtools target discovery servers.
+const char kDevToolsTCPDiscoveryConfig[] = "devtools.tcp_discovery_config";
+
// Local hash of authentication password, used for off-line authentication
// when on-line authentication is not available.
const char kGoogleServicesPasswordHash[] = "google.services.password_hash";
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698