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

Side by Side Diff: chrome/test/data/extensions/api_test/uncaught_exception_logging/manifest.json

Issue 678393002: Send extension console messages to the right WebFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add the missing copyright notice. Created 6 years, 1 month 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 "manifest_version": 2,
3 "name": "Error logging test",
4 "version": "1.0",
5 "description": "Throws uncaught exception in chrome.tabs.query callback.",
6 "background": {
7 "scripts": [
8 "test.js"
9 ]
10 },
11 "permissions": [
12 "bookmarks",
13 "debugger",
14 "<all_urls>"
15 ]
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698