Index: chrome/test/data/extensions/management/packaged_app/main.html |
=================================================================== |
--- chrome/test/data/extensions/management/packaged_app/main.html (revision 112827) |
+++ chrome/test/data/extensions/management/packaged_app/main.html (working copy) |
@@ -1,8 +1,11 @@ |
+<!-- |
+ * Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this |
+ * source code is governed by a BSD-style license that can be found in the |
+ * LICENSE file. |
+--> |
<html> |
<body> |
Hello World |
-<script> |
-chrome.test.sendMessage("app_launched"); |
-</script> |
+<script src="main.js"></script> |
</body> |
</html> |