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

Side by Side Diff: chrome/test/data/extensions/effective_host_permissions/https_not_considered.json

Issue 173463: Update of the extension install UI: (Closed)
Patch Set: mpcompelte comments Created 11 years, 4 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": "effective host permisions test",
3 "version": "1.0",
4 "permissions": [
5 "http://*.google.com/",
6 "http://google.com",
7 "https://google.com"
8 ]
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698