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

Unified Diff: chrome/test/data/extensions/origin_privileges/extension/manifest.json

Issue 2808051: Refactored extension privilege enumeration and implemented URLPattern compari... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/origin_privileges/extension/manifest.json
===================================================================
--- chrome/test/data/extensions/origin_privileges/extension/manifest.json (revision 0)
+++ chrome/test/data/extensions/origin_privileges/extension/manifest.json (revision 0)
@@ -0,0 +1,7 @@
+{
+ "description": "test",
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPOziAf8MbTjdUo6DysZ4nAU/2f/kwYnftyKkxI1GyTlbStprGy+Y2ek4/59QbE3xEE+dIIuYeObM4QTptpcFMg956ZLFoeDg41Pg3tzUrbltgG8hXTbBxN852FJx2kdaqa/MKUUsJKGSD5hkUmvZRADGGWhMWzvz64ao1h02xJQIDAQAB",
+ "name": "test",
+ "permissions": [ "http://a.com/*" ],
+ "version": "0.1"
+}
« no previous file with comments | « chrome/common/extensions/url_pattern.h ('k') | chrome/test/data/extensions/origin_privileges/extension/test.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698