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

Unified Diff: chrome/common/extensions/api/_permission_features.json

Issue 23480046: Add Photos to a background permission whitelist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yay, obscurity! Created 7 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 3133fd390b3a69dfe0354235751b79a1490ecf0f..b9c8b3f0ee81ecf48c1490295194e7fad3189801 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -59,12 +59,23 @@
"channel": "stable",
"extension_types": ["platform_app"]
},
- "background": {
- "channel": "stable",
- "extension_types": [
- "extension", "legacy_packaged_app", "hosted_app"
- ]
- },
+ "background": [
+ {
+ "channel": "stable",
+ "extension_types": [
+ "extension", "legacy_packaged_app", "hosted_app"
+ ]
+ },
+ {
+ "channel": "stable",
+ "extension_types": ["platform_app"],
+ "whitelist": [
+ "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542
+ "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542
+ "3F596D221126DCDFD115CFAA2E5A3141806358AD" // http://crbug.com/286542
+ ]
+ }
+ ],
"bluetooth": {
"channel": "dev",
"extension_types": ["platform_app"]
@@ -400,9 +411,9 @@
"extension_types": [ "platform_app" ],
"whitelist": [
"dhgjflpimlbndbpamnkoepaacagejgda",
- "ebpbnabdhheoknfklmpddcdijjkmklkp", // G+ Photos staging
- "efjnaogkjbogokcnohkmnjdojkikgobo", // G+ Photos prod
- "ejegoaikibpmikoejfephaneibodccma", // G+ Photos dev
+ "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542
+ "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542
+ "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542
"F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA"
]
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698