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

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

Issue 528113003: Hotword Audio Verification App: Adds to hotwordPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page-one
Patch Set: Rebase Created 6 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 | « chrome/browser/search/hotword_service.cc ('k') | chrome/common/extensions/api/hotword_private.idl » ('j') | 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 00054cd438f7d707bd8ba12f339cd84d27ef2106..f808a10ee6c4f1278497a4d1b591ea9049a856f2 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -508,10 +508,11 @@
},
"hotwordPrivate": {
"channel": "stable",
- "extension_types": ["extension"],
+ "extension_types": ["extension", "platform_app"],
"whitelist": [
"8CE39F175D076AD6BDF7CBF418F2409558B367E3", // hotword_helper
- "09FDCB5851B8F3378DB630D06E316076E89C95A6" // hotword nacl
+ "09FDCB5851B8F3378DB630D06E316076E89C95A6", // hotword nacl
+ "B6356EFF4047BC5F868C7D91868B6F5C01951A8A" // hotword_audio_verification
]
},
"identity": {
« no previous file with comments | « chrome/browser/search/hotword_service.cc ('k') | chrome/common/extensions/api/hotword_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698