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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 12728008: Revert 186837 "Move pref backing up flags from local state to de..." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
===================================================================
--- chrome/app/policy/policy_templates.json (revision 187881)
+++ chrome/app/policy/policy_templates.json (working copy)
@@ -112,7 +112,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: 191
+# For your editing convenience: highest ID currently used: 190
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -4334,23 +4334,6 @@
When this policy is set to false or is not configured, the icons are visible.''',
},
- {
- 'name': 'DeviceStartUpFlags',
- 'type': 'list',
- 'schema': {
- 'type': 'array',
- 'items': { 'type': 'string' },
- },
- 'supported_on': ['chrome_os:27-'],
- 'device_only': True,
- 'features': {
- 'dynamic_refresh': False,
- },
- 'example_value': [ "enable-managed-mode", "my-cool-flag" ],
- 'id': 191,
- 'caption': '''System wide flags to be applied on Chrome start-up''',
- 'desc': '''Specifies the flags that should be applied to Chrome when it starts. The specified flags are applied before Chrome is started even for the sign-in screen.''',
- },
],
'messages': {
# Messages that are not associated to any policies.
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698