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

Unified Diff: chrome/common/extensions/api/file_system_provider.idl

Issue 372163006: [fsp] Add an option for mounting in R/W mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests. Created 6 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
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.

Powered by Google App Engine
This is Rietveld 408576698