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

Unified Diff: chrome/test/data/extensions/platform_apps/geometry/test.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
Index: chrome/test/data/extensions/platform_apps/geometry/test.js
diff --git a/chrome/test/data/extensions/platform_apps/geometry/test.js b/chrome/test/data/extensions/platform_apps/geometry/test.js
index f2a24fa3cb896aeb3613e868c0952677c883b045..d74c9fa00f9b114e18be182b5c8b125dce917d86 100644
--- a/chrome/test/data/extensions/platform_apps/geometry/test.js
+++ b/chrome/test/data/extensions/platform_apps/geometry/test.js
@@ -3,6 +3,8 @@
// found in the LICENSE file.
chrome.app.runtime.onLaunched.addListener(function() {
+ chrome.test.sendMessage('Launched');
+
var win1;
chrome.app.window.create('empty.html',
{ id: 'test',

Powered by Google App Engine
This is Rietveld 408576698