| Index: chrome/test/data/extensions/error_console/bad_extension_page/broken.js
|
| diff --git a/chrome/test/data/extensions/platform_apps/ephemeral_apps/dispatch_event/index.js b/chrome/test/data/extensions/error_console/bad_extension_page/broken.js
|
| similarity index 72%
|
| copy from chrome/test/data/extensions/platform_apps/ephemeral_apps/dispatch_event/index.js
|
| copy to chrome/test/data/extensions/error_console/bad_extension_page/broken.js
|
| index dc590d190815d0645476120ece798c9fb5b4db35..5b99804a2ea277a6c29c55d25fe508c9cda12b47 100644
|
| --- a/chrome/test/data/extensions/platform_apps/ephemeral_apps/dispatch_event/index.js
|
| +++ b/chrome/test/data/extensions/error_console/bad_extension_page/broken.js
|
| @@ -2,6 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -onload = function() {
|
| - chrome.test.sendMessage('launched');
|
| -};
|
| +foo.bar = baz;
|
|
|