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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 10697097: Add a policy to disable mounting of external storage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to ToT. Created 8 years, 5 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/extensions/file_browser_event_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index d86bbf0d9e39217b93a74ee1c809c45d2ae6583c..670b9eb2ceef0fdec50834d08149ec04388c2390 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -112,7 +112,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 151
+# For your editing convenience: highest ID currently used: 152
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -2756,6 +2756,22 @@
If this setting is not configured then users can choose whether the spell checking service should be used or not.''',
},
+ {
+ 'name': 'ExternalStorageDisabled',
+ 'type': 'main',
+ 'supported_on': ['chrome_os:0.22-'],
+ 'features': {'dynamic_refresh': True},
+ 'example_value': True,
+ 'id': 152,
+ 'caption': '''Disable mounting of external storage''',
+ 'desc': '''Disable mounting of external storage.
+
+ When this policy is set to true, external storage will not be available in the file browser.
+
+ This policy affects all types of storage media. For example: USB flash drives, external hard drives, SD and other memory cards, optical storage etc. Internal storage is not affected, therefore files saved in the Download folder can still be accessed. Google Drive is also not affected by this policy.
+
+ If this setting is disabled or not configured then users can use all supported types of external storage on their device.''',
+ },
],
'messages': {
# Messages that are not associated to any policies.
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/extensions/file_browser_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698