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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Broken new tab page",
3 "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.
4 "version": "0.1",
5 "chrome_url_overrides": {
6 "newtab": "blank.html"
7 },
8 "manifest_version": 2
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698