Index: chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js |
=================================================================== |
--- chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js (revision 170889) |
+++ chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js (working copy) |
@@ -3,7 +3,6 @@ |
// 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(); |
Property changes on: chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js |
___________________________________________________________________ |
Added: svn:mergeinfo |