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

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

Issue 10020046: Merge 131370 - Don't recreate background windows when allow_js_access if false (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1084/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
===================================================================
--- chrome/test/data/extensions/api_test/app_background_page/no_js/bg.html (revision 131819)
+++ chrome/test/data/extensions/api_test/app_background_page/no_js/bg.html (working copy)
@@ -10,6 +10,7 @@
<script>
window.onload = function() {
+ console.log('background page loaded');
setupScriptTunnel();
notifyBackgroundPageLoaded();
}
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/test/data/extensions/api_test/app_background_page/no_js/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698