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

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

Powered by Google App Engine
This is Rietveld 408576698