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

Unified Diff: components/policy/resources/policy_templates.json

Issue 197013007: Set drive as the default download folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Version 1 Created 6 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: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index e1135059db9701f67d15cb542affb772ba8c403f..c981c966a1cd00b965b85ade33a0765fea3626e5 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -1039,7 +1039,7 @@
'name': 'DownloadDirectory',
'type': 'string',
'schema': { 'type': 'string' },
- 'supported_on': ['chrome.*:11-'],
+ 'supported_on': ['chrome.*:11-', 'chrome_os:12-'],
dconnelly 2014/03/13 08:06:30 why 12? has this actually been supported since cro
bartfab (slow) 2014/03/13 13:20:00 Please update policy_test_cases.json so that this
'features': {
'can_be_recommended': True,
'dynamic_refresh': True,

Powered by Google App Engine
This is Rietveld 408576698