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

Unified Diff: chrome/test/data/extensions/platform_apps/geometry/test.js

Issue 11299326: Revert 170660 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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/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',

Powered by Google App Engine
This is Rietveld 408576698