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

Unified Diff: chrome/test/data/extensions/error_console/bad_extension_page/manifest.json

Issue 133003003: Make ErrorConsole catch errors from Extension WebContents Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/manifest.json
diff --git a/chrome/test/data/extensions/error_console/bad_extension_page/manifest.json b/chrome/test/data/extensions/error_console/bad_extension_page/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..52807180e3cc82126e45d99d121168a773f23846
--- /dev/null
+++ b/chrome/test/data/extensions/error_console/bad_extension_page/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "Broken new tab page",
+ "description": "An extension which breaks when visiting the new tab page",
Yoyo Zhou 2014/01/22 01:38:19 Perhaps "throws an error" instead of "breaks"?
Devlin 2014/01/22 01:58:10 Done.
+ "version": "0.1",
+ "chrome_url_overrides": {
+ "newtab": "blank.html"
+ },
+ "manifest_version": 2
+}

Powered by Google App Engine
This is Rietveld 408576698