| Index: chrome/test/data/extensions/api_test/app_background_page/no_js/bg.html
|
| diff --git a/chrome/test/data/extensions/api_test/app_background_page/no_js/bg.html b/chrome/test/data/extensions/api_test/app_background_page/no_js/bg.html
|
| index 21e718fb1704d5edec771ff9d87f153f125401f3..cda0a6c4a4791f0be4e88932b2fc397cb240f42f 100644
|
| --- a/chrome/test/data/extensions/api_test/app_background_page/no_js/bg.html
|
| +++ b/chrome/test/data/extensions/api_test/app_background_page/no_js/bg.html
|
| @@ -10,6 +10,7 @@
|
|
|
| <script>
|
| window.onload = function() {
|
| + console.log('background page loaded');
|
| setupScriptTunnel();
|
| notifyBackgroundPageLoaded();
|
| }
|
|
|