| Index: extensions/common/api/system_storage.idl
|
| diff --git a/extensions/common/api/system_storage.idl b/extensions/common/api/system_storage.idl
|
| index f5ca4d56a9c3ac7edd6c789804d3db60c6f48d52..c10251c8b25290e1a36b12eff2fd3c60388d145e 100644
|
| --- a/extensions/common/api/system_storage.idl
|
| +++ b/extensions/common/api/system_storage.idl
|
| @@ -5,7 +5,7 @@
|
| // Use the <code>chrome.system.storage</code> API to query storage device
|
| // information and be notified when a removable storage device is attached and
|
| // detached.
|
| -namespace system.storage {
|
| +[use_movable_types=true] namespace system.storage {
|
|
|
| enum StorageUnitType {
|
| // The storage has fixed media, e.g. hard disk or SSD.
|
|
|