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

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

Issue 294073007: [fsp] Let extensions decide about the file system id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 7 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_browser_private.idl
diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl
index 956963044288621681474ca5e5da5b455c50e91f..cfe5c27e0098485ba014504f6ffcc0a7e717fdb4 100644
--- a/chrome/common/extensions/api/file_browser_private.idl
+++ b/chrome/common/extensions/api/file_browser_private.idl
@@ -234,6 +234,9 @@ dictionary VolumeMetadata {
// ID of the disk volume.
DOMString volumeId;
+ // Id the provided file system (for proviided file systems).
+ DOMString? fileSystemId;
+
// Extension providing this volume (for provided file systems).
DOMString? extensionId;

Powered by Google App Engine
This is Rietveld 408576698