summaryrefslogtreecommitdiffstats
path: root/chrome/app/policy
diff options
context:
space:
mode:
authorbartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-18 14:03:48 +0000
committerbartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-18 14:03:48 +0000
commit7804b821b051572ca462ba9ba3bfa11f43ca7f64 (patch)
tree527432af7099831fef28b75d6c73283a96208f85 /chrome/app/policy
parent7f7c5f878636f2033f8652a424c3eeb55d2a75a6 (diff)
downloadchromium_src-7804b821b051572ca462ba9ba3bfa11f43ca7f64.zip
chromium_src-7804b821b051572ca462ba9ba3bfa11f43ca7f64.tar.gz
chromium_src-7804b821b051572ca462ba9ba3bfa11f43ca7f64.tar.bz2
Support policies referencing external data for regular Chrome OS users
This CL adds a UserCloudExternalDataManager that fetches, caches and retrieves external policy for regular users on Chrome OS. Although the implementation would work on desktop platforms as well, the UserCloudExternalDataManager and its helper classes are placed in chrome/browser/chromeos for now because no other platform has policies referencing external data. BUG=256635 TEST=New browser test Review URL: https://chromiumcodereview.appspot.com/22562003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/policy')
-rw-r--r--chrome/app/policy/policy_templates.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index ffeb660..59aa304 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -101,9 +101,10 @@
# 'can_be_recommended' can be set to True to include that policy in the
# recommended policies templates. This only affects the template generation;
# all policies can be at the recommended level. The default is False.
-# 'max_size' specifies the maximal size of the external data that a policy can
-# reference, in bytes. This annotation is compulsory for policies of type
-# 'external'. It is ignored for all other policy types.
+#
+# The 'max_size' key is used to specify the maximal size of the external data
+# that a policy can reference, in bytes. This annotation is compulsory for
+# policies of type 'external'. It is ignored for all other policy types.
#
# The 'future' key is used to indicate that a policy isn't yet ready for
# usage. It defaults to False, and currently affects the generated policy