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

Unified Diff: chrome/test/data/extensions/api_test/file_system/open_existing_with_write/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: Removed blank line 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_existing_with_write/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system/open_existing_with_write/test.js b/chrome/test/data/extensions/api_test/file_system/open_existing_with_write/test.js
index f12682605d747f5d811a021588ea08d0f5298865..a55cfef0e1999cdfca02dbdef16f0336baed3d57 100644
--- a/chrome/test/data/extensions/api_test/file_system/open_existing_with_write/test.js
+++ b/chrome/test/data/extensions/api_test/file_system/open_existing_with_write/test.js
@@ -4,7 +4,7 @@
chrome.test.runTests([
function openFile() {
- chrome.fileSystem.chooseFile(chrome.test.callbackPass(function(entry) {
+ chrome.fileSystem.chooseExisting(chrome.test.callbackPass(function(entry) {
checkEntry(entry, 'open_existing.txt', false, false);
}));
}

Powered by Google App Engine
This is Rietveld 408576698