| Index: chrome/test/data/extensions/api_test/file_system/open_writable_existing_with_write/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_system/open_writable_existing_with_write/background.js b/chrome/test/data/extensions/api_test/file_system/open_writable_existing_with_write/background.js
|
| index 40ec2b76ba640236c2ecdec4fcaf2c28b8a66834..d1439b2981b76d2faf5371e644d13f70c6181147 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system/open_writable_existing_with_write/background.js
|
| +++ b/chrome/test/data/extensions/api_test/file_system/open_writable_existing_with_write/background.js
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| function onLaunched() {
|
| - chrome.appWindow.create('test.html');
|
| + chrome.app.window.create('test.html');
|
| }
|
|
|
| chrome.experimental.app.onLaunched.addListener(onLaunched);
|
|
|