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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 2696283007: DevTools: disable the Chrome tab debugging warning for force-installed extensions. (Closed)
Patch Set: review comments 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/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index 115cf7fcda01c07894f82924b2f6707bd13752e2..4c9e8baad54c05a6a06c61e63155645cbc57ca63 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -866,6 +866,14 @@
]
},
+ "DeveloperToolsSilentManagedDebuggerAPIEnabled": {
+ "os": ["win", "linux", "mac", "chromeos"],
+ "test_policy": { "DeveloperToolsSilentManagedDebuggerAPIEnabled": true },
+ "pref_mappings": [
+ { "pref": "devtools.silent_managed_debugger_api" }
+ ]
+ },
+
"RestoreOnStartup": {
"os": ["win", "linux", "mac", "chromeos"],
"can_be_recommended": true,

Powered by Google App Engine
This is Rietveld 408576698