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

Unified Diff: chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js

Issue 2297043002: Web expose FileSystemFileEntry, FileSystemDirectoryEntry and friends (Closed)
Patch Set: Rebased Created 4 years, 1 month 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_browser/filesystem_operations_test/test.js
diff --git a/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js b/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js
index ff05ea29395772106505f5d0c470ea5ee8fb3e2c..29cec2ea539b323eb81c905adc740376a4bc83e2 100644
--- a/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js
+++ b/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js
@@ -273,7 +273,7 @@ function deleteDirectoryRecursively(
* Collects all tests that should be run for the test volume.
*
* @param {string} volumeId ID of the volume.
- * @param {DOMFileSystem} fileSystem File system of the volume.
+ * @param {FileSystem} fileSystem File system of the volume.
* @returns {Array<function()>} The list of tests that should be run.
*/
function collectTestsForVolumeId(volumeId, fileSystem) {

Powered by Google App Engine
This is Rietveld 408576698