| Index: chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js
|
| diff --git a/chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js b/chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js
|
| index 6201556e0cded45f5201db1cc0ca3f09f98a1080..c9416005dc9510be69fea14d330b41945737f6a4 100644
|
| --- a/chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js
|
| +++ b/chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.js
|
| @@ -3,6 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| window.addEventListener('load', function onload() {
|
| - window.close();
|
| + chrome.test.sendMessage('appWindowLoaded');
|
| });
|
|
|
|
|