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

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

Powered by Google App Engine
This is Rietveld 408576698