Commit e2df2b44 authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Add 'items' for some bool policies

Updated the following policies:
BackForwardCacheEnabled
BrowserNetworkTimeQueriesEnabled
CloudPrintWarningsSuppressed
CommandLineFlagSecurityWarningsEnabled
ContextualSearchEnabled

Bug: 1139306
Change-Id: I1448966a521c38d64b27d7cca05cc52f7e8964b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522170
Commit-Queue: Chris Sharp <csharp@chromium.org>
Reviewed-by: default avatarJulian Pastarmov <pastarmovj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826787}
parent 33fa9d71
...@@ -13999,6 +13999,16 @@ ...@@ -13999,6 +13999,16 @@
'dynamic_refresh': True, 'dynamic_refresh': True,
'per_profile': True, 'per_profile': True,
}, },
'items': [
{
'value': True,
'caption': 'Allow users to use Touch to Search',
},
{
'value': False,
'caption': 'Prevent users from using Touch to Search',
},
],
'example_value': True, 'example_value': True,
'default': True, 'default': True,
'id': 281, 'id': 281,
...@@ -16457,6 +16467,16 @@ ...@@ -16457,6 +16467,16 @@
'dynamic_refresh': True, 'dynamic_refresh': True,
'per_profile': True, 'per_profile': True,
}, },
'items': [
{
'value': True,
'caption': 'Allow queries to a Google server to retrieve an accurate timestamp',
},
{
'value': False,
'caption': 'Do not allow queries to Google servers to retrieve timestamps',
},
],
'example_value': True, 'example_value': True,
'default': True, 'default': True,
'id': 370, 'id': 370,
...@@ -20793,6 +20813,16 @@ ...@@ -20793,6 +20813,16 @@
'dynamic_refresh': False, 'dynamic_refresh': False,
'per_profile': False, 'per_profile': False,
}, },
'items': [
{
'value': True,
'caption': 'Show security warnings when potentially dangerous command-line flags are used',
},
{
'value': False,
'caption': 'Hide security warnings when potentially dangerous command-line flags are used',
},
],
'example_value': True, 'example_value': True,
'default': True, 'default': True,
'id': 566, 'id': 566,
...@@ -22824,6 +22854,16 @@ If you disable this policy, web page scrolling to specific text fragments via UR ...@@ -22824,6 +22854,16 @@ If you disable this policy, web page scrolling to specific text fragments via UR
'per_profile': False, 'per_profile': False,
'dynamic_refresh': True, 'dynamic_refresh': True,
}, },
'items': [
{
'value': True,
'caption': 'Allow the back-forward cache to be used',
},
{
'value': False,
'caption': 'Do not allow the back-forward cache to be used',
},
],
'example_value': True, 'example_value': True,
'default': True, 'default': True,
'id': 758, 'id': 758,
...@@ -23081,6 +23121,16 @@ If you disable this policy, web page scrolling to specific text fragments via UR ...@@ -23081,6 +23121,16 @@ If you disable this policy, web page scrolling to specific text fragments via UR
'dynamic_refresh': True, 'dynamic_refresh': True,
'per_profile': True, 'per_profile': True,
}, },
'items': [
{
'value': True,
'caption': 'Hide <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> deprecation warnings',
},
{
'value': False,
'caption': 'Show <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> deprecation warnings',
},
],
'example_value': True, 'example_value': True,
'default': False, 'default': False,
'id': 781, 'id': 781,
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment