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

Unified Diff: chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.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/app_file_handler/background.js
diff --git a/chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js b/chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js
index 118465047c63a9048161d6bc9cc90a6e7f72792a..0fc8ccc178ac1fdcc0f097f3041d423e751a0745 100644
--- a/chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js
+++ b/chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js
@@ -18,7 +18,7 @@
* If successfull, chrome.test.success is called.
* On failure, the current test is failed.
*
- * @param {FileEntry} entry File entry to be read.
+ * @param {FileSystemFileEntry} entry File entry to be read.
* @param {string} expectedContent Expected file content.
*/
function readFileAndExpectContent(entry, expectedContent) {

Powered by Google App Engine
This is Rietveld 408576698