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

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

Issue 2739193004: Check for already existing entry when adding to SiteProcessMap. (Closed)
Patch Set: Fix. Created 3 years, 9 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": "webRequest Blocking",
3 "version": "1.0",
4 "manifest_version": 2,
5 "description": "Tests navigation to a page blocked by webRequest API.",
6 "permissions": ["webRequest", "webRequestBlocking", "tabs", "<all_urls>"],
Devlin 2017/03/11 01:52:18 is tabs needed?
nasko 2017/03/13 17:22:03 Yes, it was used by tabs.create API call made in t
Devlin 2017/03/13 19:19:56 Fun fact: tabs.create doesn't require the tabs per
7 "web_accessible_resources": [ "blocked.html" ]
8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698