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

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

Issue 2172543003: Remove NetPrefObserver class and two prefs that do not do anything. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re: #17. Created 4 years, 5 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
« chrome/common/pref_names.cc ('K') | « chrome/common/pref_names.cc ('k') | 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 If you disable this setting, search suggestions are never used. 379 If you disable this setting, search suggestions are never used.
380 380
381 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 381 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
382 382
383 If this policy is left not set, this will be enabled but the user will be able to change it.''', 383 If this policy is left not set, this will be enabled but the user will be able to change it.''',
384 }, 384 },
385 { 385 {
386 'name': 'DnsPrefetchingEnabled', 386 'name': 'DnsPrefetchingEnabled',
387 'type': 'main', 387 'type': 'main',
388 'schema': { 'type': 'boolean' }, 388 'schema': { 'type': 'boolean' },
389 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], 389 'supported_on': ['chrome.*:8-53', 'chrome_os:11-53', 'android:30-53'],
390 'features': { 390 'features': {
391 'can_be_recommended': True, 391 'can_be_recommended': True,
392 'dynamic_refresh': True, 392 'dynamic_refresh': True,
393 'per_profile': True, 393 'per_profile': True,
394 }, 394 },
395 'deprecated': True,
395 'example_value': True, 396 'example_value': True,
396 'id': 7, 397 'id': 7,
397 'caption': '''Enable network prediction''', 398 'caption': '''Enable network prediction''',
398 'tags': [], 399 'tags': [],
399 'desc': '''Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> and prevents users from changing this setting. 400 'desc': '''This policy is deprecated in M48 in favor of NetworkPredictionO ptions, and removed in M54.
401
402 Enables network prediction in <ph name="PRODUCT_NAME">$1<ex>Google Chrome< /ex></ph> and prevents users from changing this setting.
400 403
401 This controls not only DNS prefetching but also TCP and SSL preconnection and prerendering of web pages. The policy name refers to DNS prefetching for his torical reasons. 404 This controls not only DNS prefetching but also TCP and SSL preconnection and prerendering of web pages. The policy name refers to DNS prefetching for his torical reasons.
402 405
403 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 406 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
404 407
405 If this policy is left not set, this will be enabled but the user will be able to change it.''', 408 If this policy is left not set, this will be enabled but the user will be able to change it.''',
406 }, 409 },
407 { 410 {
408 'name': 'NetworkPredictionOptions', 411 'name': 'NetworkPredictionOptions',
409 'type': 'int-enum', 412 'type': 'int-enum',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'desc': '''Allows to turn off WPAD (Web Proxy Auto-Discovery) optimization in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 466 'desc': '''Allows to turn off WPAD (Web Proxy Auto-Discovery) optimization in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
464 467
465 If this policy is set to false, WPAD optimization is disabled causing <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to wait longer for DNS-based W PAD servers. If the policy is not set or is enabled, WPAD optimization is enabl ed. 468 If this policy is set to false, WPAD optimization is disabled causing <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to wait longer for DNS-based W PAD servers. If the policy is not set or is enabled, WPAD optimization is enabl ed.
466 469
467 Independent of whether or how this policy is set, the WPAD optimization se tting cannot be changed by users.''', 470 Independent of whether or how this policy is set, the WPAD optimization se tting cannot be changed by users.''',
468 }, 471 },
469 { 472 {
470 'name': 'DisableSpdy', 473 'name': 'DisableSpdy',
471 'type': 'main', 474 'type': 'main',
472 'schema': { 'type': 'boolean' }, 475 'schema': { 'type': 'boolean' },
473 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], 476 'supported_on': ['chrome.*:8-53', 'chrome_os:11-53', 'android:30-53'],
474 'features': { 477 'features': {
475 'dynamic_refresh': True, 478 'dynamic_refresh': True,
476 'per_profile': False, 479 'per_profile': False,
477 }, 480 },
478 'deprecated': True, 481 'deprecated': True,
479 'example_value': True, 482 'example_value': True,
480 'id': 8, 483 'id': 8,
481 'caption': '''Disable SPDY protocol''', 484 'caption': '''Disable SPDY protocol''',
482 'tags': [], 485 'tags': [],
483 'desc': '''This policy is deprecated, because SPDY/3.1 support is removed. 486 'desc': '''This policy is deprecated in M53 and removed in M54, because SP DY/3.1 support is removed.
484 487
485 Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 488 Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
486 489
487 If this policy is enabled the SPDY protocol will not be available in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 490 If this policy is enabled the SPDY protocol will not be available in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
488 491
489 Setting this policy to disabled will allow the usage of SPDY. 492 Setting this policy to disabled will allow the usage of SPDY.
490 493
491 If this policy is left not set, SPDY will be available.''', 494 If this policy is left not set, SPDY will be available.''',
492 }, 495 },
493 { 496 {
(...skipping 8374 matching lines...) Expand 10 before | Expand all | Expand 10 after
8868 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 8871 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
8869 'text': 'Default Settings (users can override)', 8872 'text': 'Default Settings (users can override)',
8870 }, 8873 },
8871 'doc_complex_policies_on_windows': { 8874 'doc_complex_policies_on_windows': {
8872 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 8875 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
8873 '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>' '', 8876 '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>' '',
8874 }, 8877 },
8875 }, 8878 },
8876 'placeholders': [], 8879 'placeholders': [],
8877 } 8880 }
OLDNEW
« chrome/common/pref_names.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698