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

Unified Diff: chrome/test/data/extensions/api_test/file_system/get_display_path/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/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system/get_display_path/test.js b/chrome/test/data/extensions/api_test/file_system/get_display_path/test.js
index 292ed7ecea0b7a27637b6fd79cf9c338c8b9e401..c55d5ecfe0d9fa870fc54f7f9a0dc96bb9e874c6 100644
--- a/chrome/test/data/extensions/api_test/file_system/get_display_path/test.js
+++ b/chrome/test/data/extensions/api_test/file_system/get_display_path/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.
chrome.fileSystem.getDisplayPath(entry, chrome.test.callbackPass(

Powered by Google App Engine
This is Rietveld 408576698