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

Unified Diff: chrome/test/data/extensions/api_test/file_system/get_display_path_prettify/test.js

Issue 10914284: Rename chrome.fileSystem apis to be expandable to directories if we wish. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Typo Created 8 years, 3 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/get_display_path_prettify/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify/test.js b/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify/test.js
index 1cf19a154e68debe4c2f29e6f96e0fd173d89421..7427459990a8a94f8503da9f9a38b4afe6626042 100644
--- a/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify/test.js
+++ b/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify/test.js
@@ -4,7 +4,7 @@
chrome.test.runTests([
function getDisplayPath() {
- chrome.fileSystem.chooseFile(chrome.test.callbackPass(function(entry) {
+ chrome.fileSystem.chooseEntry(chrome.test.callbackPass(function(entry) {
chrome.test.assertEq('gold.txt', entry.name);
// Test that we can get the display path of the file, and that it begins

Powered by Google App Engine
This is Rietveld 408576698