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

Side by Side Diff: components/policy/resources/policy_templates.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 unified diff | Download patch
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 9579 matching lines...) Expand 10 before | Expand all | Expand 10 after
9590 }, 9590 },
9591 'example_value': [ "xkb:us::en", "xkb:ch::ger" ], 9591 'example_value': [ "xkb:us::en", "xkb:ch::ger" ],
9592 'max_size': 16777216, 9592 'max_size': 16777216,
9593 'id': 365, 9593 'id': 365,
9594 'caption': '''Device sign-in screen keyboard layouts''', 9594 'caption': '''Device sign-in screen keyboard layouts''',
9595 'tags': [], 9595 'tags': [],
9596 'desc': '''Configures which keyboard layouts are allowed on the <ph name=" PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> sign-in screen. 9596 'desc': '''Configures which keyboard layouts are allowed on the <ph name=" PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> sign-in screen.
9597 9597
9598 If this policy is set to a list of input method identifiers, the given inp ut 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 use r'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 t he 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 .''', 9598 If this policy is set to a list of input method identifiers, the given inp ut 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 use r'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 t he 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 .''',
9599 }, 9599 },
9600 {
9601 'name': 'DeveloperToolsSilentManagedDebuggerAPIEnabled',
9602 'type': 'main',
9603 'schema': { 'type': 'boolean' },
9604 'supported_on': ['chrome.*:58-', 'chrome_os:58-'],
9605 'features': {
9606 'dynamic_refresh': True,
9607 'per_profile': True,
9608 },
9609 'example_value': False,
9610 'id': 366,
9611 'caption': '''Enable Developer Tools silent <ph name="CHROME_DEBUGGER_API" >chrome.debugger<ex>chrome.debugger</ex></ph> extensions API for force-installed extensions''',
9612 'tags': ['system-security'],
9613 'desc': '''Enables force-installed extensions to instrument the browser wi thout the user-visible warning.
9614
9615 If this policy is set, force-installed browser extensions will be able to attach to the browser and instrument it without a user-visible warning.
Thiemo Nagel 2017/02/22 17:15:10 Nit: set --> set to true
pfeldman 2017/02/22 18:17:43 Done.
9616
9617 If this policy is unset (default), a user-visible warning shows up upon es tablishing new debugging sessions.'''
Thiemo Nagel 2017/02/22 17:15:10 Nit: unset (default) --> false or unset
pfeldman 2017/02/22 18:17:43 Done.
9618 },
9600 ], 9619 ],
9601 'messages': { 9620 'messages': {
9602 # Messages that are not associated to any policies. 9621 # Messages that are not associated to any policies.
9603 'win_supported_winxpsp2': { 9622 'win_supported_winxpsp2': {
9604 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', 9623 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''',
9605 'text': '''Microsoft Windows XP SP2 or later''' 9624 'text': '''Microsoft Windows XP SP2 or later'''
9606 }, 9625 },
9607 'mac_chrome_preferences': { 9626 'mac_chrome_preferences': {
9608 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', 9627 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''',
9609 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' 9628 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es'''
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
9723 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9742 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9724 'text': 'Default Settings (users can override)', 9743 'text': 'Default Settings (users can override)',
9725 }, 9744 },
9726 'doc_complex_policies_on_windows': { 9745 'doc_complex_policies_on_windows': {
9727 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9746 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9728 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 9747 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
9729 }, 9748 },
9730 }, 9749 },
9731 'placeholders': [], 9750 'placeholders': [],
9732 } 9751 }
OLDNEW
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698