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

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: 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
« no previous file with comments | « chrome/test/data/extensions/error_console/bad_extension_page/broken.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bf8e5887c22db06309cefb1efd340a5dd1509eda
--- /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 throws an error when visiting the new tab page",
+ "version": "0.1",
+ "chrome_url_overrides": {
+ "newtab": "blank.html"
+ },
+ "manifest_version": 2
+}
« no previous file with comments | « chrome/test/data/extensions/error_console/bad_extension_page/broken.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698