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

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

Issue 394223002: Disable tab syncing when history saving is disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 6 years, 4 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 | Annotate | Revision Log
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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], 510 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'],
511 'features': { 511 'features': {
512 'dynamic_refresh': True, 512 'dynamic_refresh': True,
513 'per_profile': True, 513 'per_profile': True,
514 }, 514 },
515 'example_value': True, 515 'example_value': True,
516 'id': 11, 516 'id': 11,
517 'caption': '''Disable saving browser history''', 517 'caption': '''Disable saving browser history''',
518 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing this setting. 518 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing this setting.
519 519
520 If this setting is enabled, browsing history is not saved. 520 If this setting is enabled, browsing history is not saved. This setting al so disables tab syncing, since synced tabs are also sent to the history database .
Andrew T Wilson (Slow) 2014/08/21 14:10:38 "also sent to the history db" is not strictly true
Joao da Silva 2014/08/26 16:06:52 Done.
521 521
522 If this setting is disabled or not set, browsing history is saved.''', 522 If this setting is disabled or not set, browsing history is saved.''',
523 }, 523 },
524 { 524 {
525 'name': 'AllowDeletingBrowserHistory', 525 'name': 'AllowDeletingBrowserHistory',
526 'future': True, 526 'future': True,
527 'type': 'main', 527 'type': 'main',
528 'schema': { 'type': 'boolean' }, 528 'schema': { 'type': 'boolean' },
529 # TODO(pamg): Restore the correct 'supported' line when the UI properly 529 # TODO(pamg): Restore the correct 'supported' line when the UI properly
530 # shows that deleting browser history is disabled. Also fix the 'os' line 530 # shows that deleting browser history is disabled. Also fix the 'os' line
(...skipping 6237 matching lines...) Expand 10 before | Expand all | Expand 10 after
6768 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6768 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6769 'text': 'deprecated', 6769 'text': 'deprecated',
6770 }, 6770 },
6771 'doc_recommended': { 6771 'doc_recommended': {
6772 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6772 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6773 'text': 'Default Settings (users can override)', 6773 'text': 'Default Settings (users can override)',
6774 }, 6774 },
6775 }, 6775 },
6776 'placeholders': [], 6776 'placeholders': [],
6777 } 6777 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698