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

Unified Diff: chrome/test/data/extensions/api_test/file_system/open_background/background.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/open_background/background.js
diff --git a/chrome/test/data/extensions/api_test/file_system/open_background/background.js b/chrome/test/data/extensions/api_test/file_system/open_background/background.js
index 48c2cb8bd995b6aa535d67f4dc19433031254344..54a5f36c5f75e526c83587e1070b10be40803cbe 100644
--- a/chrome/test/data/extensions/api_test/file_system/open_background/background.js
+++ b/chrome/test/data/extensions/api_test/file_system/open_background/background.js
@@ -4,7 +4,7 @@
chrome.test.runTests([
function openFile() {
- chrome.fileSystem.chooseFile(chrome.test.callbackFail(
+ chrome.fileSystem.chooseEntry(chrome.test.callbackFail(
'Invalid calling page', function(entry) {}));
}
]);

Powered by Google App Engine
This is Rietveld 408576698