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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/read_file/test.js

Issue 366263002: [fsp] Add support for creating directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 5 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 | « chrome/test/data/extensions/api_test/file_system_provider/read_directory/test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/file_system_provider/read_file/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/read_file/test.js b/chrome/test/data/extensions/api_test/file_system_provider/read_file/test.js
index 9551424dd264aba496a6cded586ce4098066a721..c48532e722b9f6d9bc69ef3dde17eae1c1caedca 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/read_file/test.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/read_file/test.js
@@ -5,11 +5,6 @@
'use strict';
/**
- * @type {DOMFileSystem}
- */
-var fileSystem = null;
-
-/**
* Map of opened files, from a <code>openRequestId</code> to <code>filePath
* </code>.
* @type {Object.<number, string>}
« no previous file with comments | « chrome/test/data/extensions/api_test/file_system_provider/read_directory/test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698