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(); |