| 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',
|
|
|