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

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

Issue 9704092: Adds a device policy to specify the set of initial urls for the demo user account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index fb6998efeff2c0ca279fad070b20b43c009dcb0e..13a5322145c14c22aadca208f81b998599273f8f 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: 134
+# For your editing convenience: highest ID currently used: 135
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -2434,6 +2434,17 @@
'desc': '''Determines whether Chrome OS keeps local account data after logout. If set to true, no persistent accounts are kept by <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> and all data from the user session will be discarded after logout. If this policy is set to false or not configured, the device may keep (encrypted) local user data.''',
},
{
+ 'name': 'DeviceStartUpUrls',
+ 'type': 'list',
+ 'supported_on': ['chrome_os:19-'],
+ 'device_only': True,
+ 'features': {'dynamic_refresh': True},
+ 'example_value': [ 'http://google.com', 'chrome-extension://aaaaaaaaaaaaaaaaaaaaaaaa/' ],
+ 'id': 135,
Joao da Silva 2012/03/16 15:55:18 We have a race for this id :-)
pastarmovj 2012/03/19 14:20:49 Done.
+ 'caption': '''Load specified urls on demo login''',
+ 'desc': '''Determines the set of URLs to be loaded when the demo session is started. This policy will override any other mechanisms for setting the initial URL and thus can only be applied to a session not associated with a particular user.''',
Joao da Silva 2012/03/16 15:55:18 The first phrase should be the same as for the oth
pastarmovj 2012/03/19 14:20:49 Done.
+ },
+ {
'name': 'DeviceIdleLogoutTimeout',
'type': 'int',
'supported_on': ['chrome_os:19-'],
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros_settings_names.h » ('j') | chrome/browser/chromeos/device_settings_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698