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

Unified Diff: chrome/test/data/extensions/error_console/bad_extension_page/broken.js

Issue 133003003: Make ErrorConsole catch errors from Extension WebContents Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing license Created 6 years, 11 months 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/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;

Powered by Google App Engine
This is Rietveld 408576698