Chromium Code Reviews| 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 ee96ff9aa5dc9e6ceb6be3c659cf8e4fb5273540..3c0d0a3ad1cc14aeb6c92ab20091d967af5bc33e 100644 |
| --- a/chrome/common/extensions/api/file_system_provider.idl |
| +++ b/chrome/common/extensions/api/file_system_provider.idl |
| @@ -46,7 +46,8 @@ namespace fileSystemProvider { |
| // True if it is a directory. |
| boolean isDirectory; |
| - // Name of this entry (not full path name). Must not contain '/'. |
| + // Name of this entry (not full path name). Must not contain '/'. For root |
| + // is must be empty. |
|
benwells
2015/01/27 21:07:54
s/is/it/
mtomasz
2015/01/27 21:42:54
Done.
|
| DOMString name; |
| // File size in bytes. |