Chromium Code Reviews| 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). |
|
hirono
2014/05/22 03:46:13
typo: proviided
nit: Id the -> Id of the? I'm not
|
| + DOMString? fileSystemId; |
| + |
| // Extension providing this volume (for provided file systems). |
| DOMString? extensionId; |