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

Unified Diff: chrome/test/data/extensions/platform_apps/get_display_path/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/platform_apps/get_display_path/test.js
diff --git a/chrome/test/data/extensions/platform_apps/get_display_path/test.js b/chrome/test/data/extensions/platform_apps/get_display_path/test.js
index c789c3047ac64ea96a2dc64db58ea6aea7cfd001..6dc5ba475f364dc0e4b094f1261a8cfdf2bdce25 100644
--- a/chrome/test/data/extensions/platform_apps/get_display_path/test.js
+++ b/chrome/test/data/extensions/platform_apps/get_display_path/test.js
@@ -4,7 +4,7 @@
chrome.app.runtime.onLaunched.addListener(function (launchData) {
// Test that the isKioskSession field is |false| and the items field is
- // populated correctly in the launch data and that the FileEntry in
+ // populated correctly in the launch data and that the FileSystemFileEntry in
// launchData.items[0].entry can have its display path gotten.
chrome.test.runTests([
function testGetDisplayPath() {

Powered by Google App Engine
This is Rietveld 408576698