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

Unified Diff: chrome/test/data/extensions/good/Preferences

Issue 1589403002: ExtensionPrefs: remove MigratePermissions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@depr_disable_reason
Patch Set: update test data Created 4 years, 11 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
« no previous file with comments | « no previous file | extensions/browser/extension_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/good/Preferences
diff --git a/chrome/test/data/extensions/good/Preferences b/chrome/test/data/extensions/good/Preferences
index 1ca345efd31a2edb7b9ed4e8e04c87d9864f54ce..bb2f1a3f2f8dfd706ced3eb9572eee66f2fd3cdf 100644
--- a/chrome/test/data/extensions/good/Preferences
+++ b/chrome/test/data/extensions/good/Preferences
@@ -5,9 +5,8 @@
"location": 1,
"path": "behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0",
"granted_permissions": {
- "full": false,
"api": ["tabs"],
- "host": ["file://*", "http://*.google.com/*", "https://*.google.com/*", "http://*.news.com/*"]
+ "explicit_host": ["file://*", "http://*.google.com/*", "https://*.google.com/*", "http://*.news.com/*"]
},
"state": 1,
"newAllowFileAccess": true,
@@ -42,7 +41,6 @@
"location": 1,
"path": "bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0",
"granted_permissions": {
- "full": false,
"api": [ "tabs" ]
},
"state": 1,
@@ -60,7 +58,7 @@
"location": 1,
"path": "hpiknbiabeeppbpihjehijgoemciehgk/2",
"granted_permissions": {
- "full": true
+ "api": [ "plugin" ]
},
"state": 1,
"manifest": {
« no previous file with comments | « no previous file | extensions/browser/extension_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698