From 7804b821b051572ca462ba9ba3bfa11f43ca7f64 Mon Sep 17 00:00:00 2001 From: "bartfab@chromium.org" Date: Wed, 18 Sep 2013 14:03:48 +0000 Subject: 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 --- chrome/app/policy/policy_templates.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chrome/app/policy') 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 -- cgit v1.1