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

Unified Diff: trunk/src/components/policy/resources/policy_templates.json

Issue 437563004: Revert 287212 "Create a policy for controlling whether or not de..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
Index: trunk/src/components/policy/resources/policy_templates.json
===================================================================
--- trunk/src/components/policy/resources/policy_templates.json (revision 287219)
+++ trunk/src/components/policy/resources/policy_templates.json (working copy)
@@ -120,7 +120,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 274
+# For your editing convenience: highest ID currently used: 273
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -6613,22 +6613,6 @@
If this policy is left not set, EasyUnlock is allowed if the requirements for the feature are satified.
''',
},
- {
- 'name': 'BrowserGuestModeEnabled',
- 'type': 'main',
- 'schema': { 'type': 'boolean' },
- 'supported_on': ['chrome.*:39-'],
- 'features': {
- 'dynamic_refresh': True,
- 'per_profile': False,
- },
- 'example_value': True,
- 'id': 274,
- 'caption': '''Enable guest mode in browser''',
- 'desc': '''If this policy is set to true or not configured, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will enable guest logins. Guest logins are <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> profiles where all windows are in incognito mode.
-
- If this policy is set to false, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will not allow guest profiles to be started.''',
- },
],
'messages': {
# Messages that are not associated to any policies.
« no previous file with comments | « trunk/src/chrome/test/data/policy/policy_test_cases.json ('k') | trunk/src/tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698