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

Unified Diff: chrome/test/data/extensions/api_test/file_system/save_new/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/save_new/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system/save_new/test.js b/chrome/test/data/extensions/api_test/file_system/save_new/test.js
index f9f2b48adbe903586a1ece8e1a8ca6fdd6d94d59..b6e633d2a6cfc3342e55340b6de1596728abdebc 100644
--- a/chrome/test/data/extensions/api_test/file_system/save_new/test.js
+++ b/chrome/test/data/extensions/api_test/file_system/save_new/test.js
@@ -4,7 +4,7 @@
chrome.test.runTests([
function saveFile() {
- chrome.fileSystem.chooseFile({type: 'saveFile'}, chrome.test.callbackFail(
+ chrome.fileSystem.chooseEntry({type: 'saveFile'}, chrome.test.callbackFail(
'Operation requires fileSystemWrite permission', function() {}));
}
]);

Powered by Google App Engine
This is Rietveld 408576698