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

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

Issue 12147004: Disable/enable echo for enterprise device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update inline comments. Created 7 years, 11 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: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index 3f3f44dc299c1b9f274a60453e08ce0fb6523aae..56bb35376565472615c015cacb64f075dc6ed3f3 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -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: 171
+# For your editing convenience: highest ID currently used: 172
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -3876,6 +3876,26 @@
The policy value should be specified in milliseconds. Values are clamped to a range of 30 seconds to 24 hours.''',
},
+ {
+ 'name': 'DeviceChromeOsRegistrationEnabled',
oscarpan 2013/02/02 01:50:56 The policy was named ***Disabled, but presubmit ch
xiyuan 2013/02/02 07:49:27 Please update extension api as well. I found it's
oscarpan 2013/02/02 21:52:35 Ok, I will fix it in my new patch.
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome.*:26-'],
Mattias Nissler (ping if slow) 2013/02/04 09:06:19 Shouldn't this be 'chrome_os.*:26-'?
oscarpan 2013/02/05 00:17:47 Done.
+ 'device_only': True,
+ 'features': {
+ 'dynamic_refresh': True,
+ },
+ 'example_value': True,
+ 'id': 172,
+ 'caption': '''Enable Chrome OS Registration''',
+ 'desc': '''Enable Chrome OS Registration.
Mattias Nissler (ping if slow) 2013/02/04 09:06:19 So "Chrome OS Registration" is the official term f
oscarpan 2013/02/05 00:17:47 Done.
+
+ If this policy is set to true, Chrome OS Registration will be enabled.
+
+ If this policy is set to false, Chrome OS Registration will be disabled, and user will not be able to use Goodies to redeem offers.
Mattias Nissler (ping if slow) 2013/02/04 09:06:19 Playing dump admin again: What are Goodies and off
oscarpan 2013/02/05 00:17:47 Done.
+
+ If this policy is left not set, Chrome OS Registration will not be disabled.''',
xiyuan 2013/02/02 07:49:27 I don't understand this. "will no be disabled" mea
oscarpan 2013/02/02 21:52:35 Yes, I mean "will be enabled", will fix it in my n
Mattias Nissler (ping if slow) 2013/02/04 09:06:19 If there's no difference between set to true and u
oscarpan 2013/02/05 00:17:47 Done.
oscarpan 2013/02/05 00:17:47 Done.
+ },
],
'messages': {
# Messages that are not associated to any policies.

Powered by Google App Engine
This is Rietveld 408576698