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

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: Fixed typo :( 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..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.
« 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