summaryrefslogtreecommitdiffstats
path: root/components/policy_strings.grdp
diff options
context:
space:
mode:
authorkaliamoorthi@chromium.org <kaliamoorthi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-14 21:26:55 +0000
committerkaliamoorthi@chromium.org <kaliamoorthi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-14 21:26:55 +0000
commit1a195de02b72ed483f593edf5623e330cb8e2908 (patch)
tree17e40a4a2893d64807df78d347baf288b3ed9845 /components/policy_strings.grdp
parenta5c490548643e65ff72b9cf3769c422e5c6f887d (diff)
downloadchromium_src-1a195de02b72ed483f593edf5623e330cb8e2908.zip
chromium_src-1a195de02b72ed483f593edf5623e330cb8e2908.tar.gz
chromium_src-1a195de02b72ed483f593edf5623e330cb8e2908.tar.bz2
Set drive as the default download folder
This CL modifies download directory policy handler to enable drive to be set as the default download folder in chromebooks. BUG=340052 Review URL: https://codereview.chromium.org/197013007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257206 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/policy_strings.grdp')
-rw-r--r--components/policy_strings.grdp3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index 519c4df..c7a667c 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -197,6 +197,9 @@
<message name="IDS_POLICY_JSON_PARSE_ERROR" desc="The text displayed in the status column when a policy that should have been specified in JSON format could not be parsed.">
Failed to parse JSON format: <ph name="JSON_PARSE_ERROR">$1<ex>Unexpected token.</ex></ph>
</message>
+ <message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status column when a policy is set in an unsupported scope.">
+ Policy scope is not supported.
+ </message>
<message name="IDS_POLICY_OK" desc="Text displayed in the status column when a valid value is set for a policy.">
OK
</message>