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

Unified Diff: chrome/test/data/extensions/api_test/file_system/open_writable_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: 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_writable_existing_with_write/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system/open_writable_existing_with_write/test.js b/chrome/test/data/extensions/api_test/file_system/open_writable_existing_with_write/test.js
index 1428764bfb298e038cfaad3d42ea0a12d2f028f7..0bd2779c17127bd9659a3a3e547ec7d9790e79ef 100644
--- a/chrome/test/data/extensions/api_test/file_system/open_writable_existing_with_write/test.js
+++ b/chrome/test/data/extensions/api_test/file_system/open_writable_existing_with_write/test.js
@@ -4,7 +4,7 @@
chrome.test.runTests([
function openFile() {
- chrome.fileSystem.chooseFile({type: 'openWritableFile'},
+ chrome.fileSystem.chooseEntry({type: 'openWritableFile'},
chrome.test.callbackPass(function(entry) {
checkEntry(entry, 'open_existing.txt', false, true);
}));

Powered by Google App Engine
This is Rietveld 408576698