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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 1859123002: Mark NetworkPredictionWifiOnly policy setting as deprecated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | 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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 }, 413 },
414 'items': [ 414 'items': [
415 { 415 {
416 'name': 'NetworkPredictionAlways', 416 'name': 'NetworkPredictionAlways',
417 'value': 0, 417 'value': 0,
418 'caption': '''Predict network actions on any network connection''', 418 'caption': '''Predict network actions on any network connection''',
419 }, 419 },
420 { 420 {
421 'name': 'NetworkPredictionWifiOnly', 421 'name': 'NetworkPredictionWifiOnly',
422 'value': 1, 422 'value': 1,
423 'caption': '''Predict network actions on any network that is not 423 'caption': '''Predict network actions on any network that is not cellu lar.
424 cellular''', 424 (Deprecated in 50, removed in 52. After 52, if value 1 is set, it will be treated as 0 - predict network actions on any network connection.)''',
425 }, 425 },
426 { 426 {
427 'name': 'NetworkPredictionNever', 427 'name': 'NetworkPredictionNever',
428 'value': 2, 428 'value': 2,
429 'caption': '''Do not predict network actions on any network connection ''', 429 'caption': '''Do not predict network actions on any network connection ''',
430 }, 430 },
431 ], 431 ],
432 'supported_on': ['chrome.*:38-', 'chrome_os:38-', 'android:38-'], 432 'supported_on': ['chrome.*:38-', 'chrome_os:38-', 'android:38-'],
433 'features': { 433 'features': {
434 'can_be_recommended': True, 434 'can_be_recommended': True,
(...skipping 8064 matching lines...) Expand 10 before | Expand all | Expand 10 after
8499 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 8499 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
8500 'text': 'Default Settings (users can override)', 8500 'text': 'Default Settings (users can override)',
8501 }, 8501 },
8502 'doc_complex_policies_on_windows': { 8502 'doc_complex_policies_on_windows': {
8503 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 8503 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
8504 '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>' '', 8504 '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>' '',
8505 }, 8505 },
8506 }, 8506 },
8507 'placeholders': [], 8507 'placeholders': [],
8508 } 8508 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698