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

Unified Diff: chrome/test/data/extensions/platform_apps/open_link/main.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: Delegated Created 8 years, 2 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/platform_apps/open_link/main.js
diff --git a/chrome/test/data/extensions/platform_apps/open_link/main.js b/chrome/test/data/extensions/platform_apps/open_link/main.js
index ddd0c8a6a100a61185b4e2ae1bdd876efb2d7ec1..adb7f0e4ebd980bfe74ec56246aaf9fd7728a694 100644
--- a/chrome/test/data/extensions/platform_apps/open_link/main.js
+++ b/chrome/test/data/extensions/platform_apps/open_link/main.js
@@ -17,3 +17,5 @@ chrome.test.getConfig(function(config) {
onmessage = function() {
chrome.test.sendMessage('Link opened');
};
+
+chrome.test.sendMessage('Launched');

Powered by Google App Engine
This is Rietveld 408576698