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

Unified Diff: chrome/test/data/extensions/permissions/Preferences-unknown-host

Issue 4687005: Track permissions granted to extensions in prefs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/permissions/Preferences-unknown-host
diff --git a/chrome/test/data/extensions/permissions/Preferences-unknown-host b/chrome/test/data/extensions/permissions/Preferences-unknown-host
new file mode 100644
index 0000000000000000000000000000000000000000..7470966bf6c1a775d00ca1e158a7ca2c148c67d5
--- /dev/null
+++ b/chrome/test/data/extensions/permissions/Preferences-unknown-host
@@ -0,0 +1,28 @@
+{
+ "extensions": {
+ "settings": {
+ "bcflfiohkjolmhmjjocpfbloomonhpkc": {
+ "app_launcher_index": 13,
+ "granted_permissions": {
+ "initialized": true,
+ "api": [ "tabs" ],
+ "host": [ "http://*.google.com/*" ]
+ },
+ "incognito": false,
+ "location": 1,
+ "path": "bcflfiohkjolmhmjjocpfbloomonhpkc/1_0",
+ "state": 1,
+ "manifest": {
+ "content_scripts": [ {
+ "js": [ "test.js" ],
+ "matches": [ "http://*.google.com/*", "https://*.google.com/*" ]
+ } ],
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjaeNnkVsxxIdwFiIWDDaiCUGLAxpl8zuMn6za/zFOw4ManeaA7o0NkEnpgtBcVT40zU48H/invljVB6TDaQ93RSnD3P6esUgJTqlJg7vz9zlUsefTBmLChPR38zW87l8TIIEvt3Syb5iFf35KUXdUujiCtO2Pb3Adh1cuDUXo8QIDAQAB",
+ "name": "Unknown Permissions Test",
+ "permissions": [ "tabs", "blah" ],
+ "version": "1"
+ }
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698