| 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) {}));
|
| }
|
| ]);
|
|
|