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

Unified Diff: chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js

Issue 11117011: Keep browser process alive while there are platform apps with background pages running. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: And another test Created 8 years 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
« no previous file with comments | « chrome/test/data/extensions/platform_apps/open_link/main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js
diff --git a/chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js b/chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js
index 2bac58b9749ce60edda8dd3189e99735592c37c1..aa37b9670ff59a638a3fbd2587d75a4c54f5c912 100644
--- a/chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js
+++ b/chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js
@@ -3,6 +3,7 @@
// found in the LICENSE file.
chrome.app.runtime.onLaunched.addListener(function() {
+ chrome.test.sendMessage("Launched");
chrome.app.window.create("main.html", function(win){
// Make sure we get back a bounds and that it isn't all 0's.
var bounds = win.getBounds();
« no previous file with comments | « chrome/test/data/extensions/platform_apps/open_link/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698