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

Unified Diff: components/policy/resources/policy_templates.json

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: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 0b1c89b145dd905c3d744de03b2b03d6223861d6..479f762d903a84f80ac7b015ed74f8a514184a8f 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -9597,6 +9597,23 @@
If this policy is set to a list of input method identifiers, the given input methods will be available on the sign-in screen. The first given input method will be preselected. While a user pod is focused on the sign-in screen, the user's least recently used input method will be available in addition to the input methods given by this policy. If this policy is not set, the input methods on the sign-in screen will be derived from the locale in which the sign-in screen is displayed. Values which are not valid input method identifiers will be ignored.''',
},
+ {
+ 'name': 'DeveloperToolsSilentManagedDebuggerAPIEnabled',
Thiemo Nagel 2017/02/22 11:13:29 Nit: Imho the "Managed" part of the name is hard t
pfeldman 2017/02/22 16:40:46 There is also--silent-debugger-extension-api comma
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome.*:58-', 'chrome_os:58-'],
+ 'features': {
+ 'dynamic_refresh': True,
+ 'per_profile': True,
+ },
+ 'example_value': False,
+ 'id': 366,
+ 'caption': '''Enable Developer Tools silent chrome.debugger extensions API for managed extensions''',
Thiemo Nagel 2017/02/22 11:13:29 Nit: Please tag "chrome.debugger" as non-translata
pfeldman 2017/02/22 16:40:46 Done.
+ 'tags': [],
Thiemo Nagel 2017/02/22 11:13:29 Nit: "system-security" would seem appropriate here
pfeldman 2017/02/22 16:40:45 Done.
+ 'desc': '''Enables enterprise-managed extensions to instrument browser without the user-visible warning.
Thiemo Nagel 2017/02/22 11:13:29 Nit: instrument *the* browser
pfeldman 2017/02/22 16:40:45 Done.
+
+ If you enable this setting, enterprise-managed browser extensions will be able to attach to the browser and instrument it without the user-visible warning.'''
Thiemo Nagel 2017/02/22 11:13:29 Nit: It's preferred to not address the audience di
pfeldman 2017/02/22 16:40:46 Done, but this file has 134 "If you" mentions.
Thiemo Nagel 2017/02/22 17:15:10 I'm not surprised. We have to start somewhere, I
+ },
Thiemo Nagel 2017/02/22 11:13:29 Nit: Please explicitly spell out what happens when
pfeldman 2017/02/22 16:40:46 Done.
],
'messages': {
# Messages that are not associated to any policies.

Powered by Google App Engine
This is Rietveld 408576698