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

Unified Diff: chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/example1.fake

Issue 1138503005: Fix examples for File System Provider API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing callbacks. Created 5 years, 7 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
Index: chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/example1.fake
diff --git a/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/example1.fake b/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/example1.fake
index 4bcb726015def46537932ef5514e605cc6a93ca6..6d7cc11f50e659a4af7894983fc192c3a45b4fff 100644
--- a/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/example1.fake
+++ b/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/example1.fake
@@ -1,7 +1,7 @@
{
"/": {
"isDirectory": true,
- "name": "/",
+ "name": "",
"size": 0,
"modificationTime": "2014-06-26T08:47:11.591Z"
},

Powered by Google App Engine
This is Rietveld 408576698