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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/evil/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
Index: chrome/test/data/extensions/api_test/file_system_provider/evil/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/evil/test.js b/chrome/test/data/extensions/api_test/file_system_provider/evil/test.js
index 3e92f4273a95cce58de6666d88fa1c4be434b792..7256f01dc620e81acfb714b18d1793bc94ec1023 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/evil/test.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/evil/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>}

Powered by Google App Engine
This is Rietveld 408576698