Chromium Code Reviews| Index: chrome/app/policy/policy_templates.json |
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
| index 1699e208533617a1fb1a9e54f2f7bce22e8c9d54..fe6bc3b027a41dbf6ea1c238f6c89e24f5e95c8d 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: 150 |
| +# For your editing convenience: highest ID currently used: 151 |
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -2752,6 +2752,23 @@ |
| If this setting is disabled or not configured then users can choose to proceed to the flagged site after being shown the warning.''', |
| }, |
| + { |
| + 'name': 'ExternalStorageDisabled', |
| + 'type': 'main', |
| + 'supported_on': ['chrome_os:0.22-'], |
| + 'features': {'dynamic_refresh': True}, |
| + 'example_value': True, |
| + 'id': 151, |
| + '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 sticks, external hard drives, SD and other memory cards, optical storage, perfocards etc. |
|
Mattias Nissler (ping if slow)
2012/07/09 09:43:01
s/USB sticks/USB flash drives/, which seems a more
pastarmovj
2012/07/11 01:13:57
Sorry i meant to write punch cards but ended up wi
|
| + 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. |