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

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

Issue 881903002: [fsp] Add an information that root entry name should be an empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698