Index: chrome/test/data/extensions/platform_apps/geometry/test.js |
=================================================================== |
--- chrome/test/data/extensions/platform_apps/geometry/test.js (revision 170888) |
+++ chrome/test/data/extensions/platform_apps/geometry/test.js (working copy) |
@@ -3,8 +3,6 @@ |
// 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', |