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

Unified Diff: chrome/test/data/extensions/api_test/app_background_page/no_js/bg.html

Issue 10012053: Don't recreate background windows when allow_js_access if false (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/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();
}

Powered by Google App Engine
This is Rietveld 408576698