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

Unified Diff: chrome/common/extensions/api/_api_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: 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
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 06cdddcb92c910f51d036154b27ecfbd7a7776f9..64672b4d2ba2dd254c76af6a4cdc4d986f83087c 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -481,6 +481,10 @@
"dependencies": ["permission:history"],
"contexts": ["blessed_extension"]
},
+ "hotwordAudioVerificationPrivate": {
+ "dependencies": ["permission:hotwordAudioVerificationPrivate"],
+ "contexts": ["blessed_extension"]
+ },
"hotwordPrivate": {
"dependencies": ["permission:hotwordPrivate"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698