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..2854ae84e3673d7a81fc3883f8fb4a24915746c5 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 |
+ // it must be empty. |
DOMString name; |
// File size in bytes. |