diff options
author | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-18 14:03:48 +0000 |
---|---|---|
committer | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-18 14:03:48 +0000 |
commit | 7804b821b051572ca462ba9ba3bfa11f43ca7f64 (patch) | |
tree | 527432af7099831fef28b75d6c73283a96208f85 /chrome/app/policy | |
parent | 7f7c5f878636f2033f8652a424c3eeb55d2a75a6 (diff) | |
download | chromium_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.json | 7 |
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 |