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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/test_util/test_util.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_system_provider/test_util/test_util.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/test_util/test_util.js b/chrome/test/data/extensions/api_test/file_system_provider/test_util/test_util.js
index 86727a897b0fda826dcb4b6926ec4e58925dd3e2..074a52f9ff48ab3736c2415e14fc6cbef2df0984 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/test_util/test_util.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/test_util/test_util.js
@@ -262,9 +262,9 @@ test_util.onRemoveWatcherRequested = function(options, onSuccess, onError) {
* Temporary method for converting an isolated entry to an external one.
* TODO(mtomasz): Remove after transition to isolated file systems is completed.
*
- * @param {Entry} entry Isolated entry.
- * @return {!Promise.<Entry>} Promise with an external entry, or null in case of
- * on error.
+ * @param {FileSystemEntry} entry Isolated entry.
+ * @return {!Promise.<FileSystemEntry>} Promise with an external entry, or null
+ * in case of on error.
*/
test_util.toExternalEntry = function(entry) {
return new Promise(

Powered by Google App Engine
This is Rietveld 408576698