| Index: chrome/common/extensions/api/file_system_provider.idl
|
| diff --git a/chrome/common/extensions/api/file_system_provider.idl b/chrome/common/extensions/api/file_system_provider.idl
|
| index d8118cbddf2ce9fbffd136cae30868e4f929c85b..75eddda1794e6e27663125f27ada1a124a058e8d 100644
|
| --- a/chrome/common/extensions/api/file_system_provider.idl
|
| +++ b/chrome/common/extensions/api/file_system_provider.idl
|
| @@ -57,6 +57,7 @@ namespace fileSystemProvider {
|
| dictionary MountOptions {
|
| DOMString fileSystemId;
|
| DOMString displayName;
|
| + [nodoc] boolean? writable;
|
| };
|
|
|
| // Options for the <code>unmount()</code> method.
|
|
|