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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.cc

Issue 2696283007: DevTools: disable the Chrome tab debugging warning for force-installed extensions. (Closed)
Patch Set: review comment addressed 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
Index: chrome/browser/policy/configuration_policy_handler_list_factory.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
index 842aabe9d5ca12b2698080a75fc03e5471858585..535d89932b648dbb235f18cd38755261711bdd35 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -172,6 +172,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kDeveloperToolsDisabled,
prefs::kDevToolsDisabled,
base::Value::Type::BOOLEAN },
+ { key::kDeveloperToolsSilentManagedDebuggerAPIEnabled,
+ prefs::kDevToolsSilentManagedDebuggerAPIEnabled,
+ base::Value::Type::BOOLEAN },
{ key::kBlockThirdPartyCookies,
prefs::kBlockThirdPartyCookies,
base::Value::Type::BOOLEAN },

Powered by Google App Engine
This is Rietveld 408576698