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

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

Issue 2739193004: Check for already existing entry when adding to SiteProcessMap. (Closed)
Patch Set: Add extra comment. 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", "<all_urls>"],
7 "web_accessible_resources": [ "blocked.html" ]
8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698