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

Unified Diff: chrome/browser/resources/hotword_audio_verification/manifest.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
Index: chrome/browser/resources/hotword_audio_verification/manifest.json
diff --git a/chrome/browser/resources/hotword_audio_verification/manifest.json b/chrome/browser/resources/hotword_audio_verification/manifest.json
index 1158a6033c0eee7a46ad36ab670bb7eae0a1db35..f20d50d867e361aad2a0dba1cbb16800957a5e4a 100644
--- a/chrome/browser/resources/hotword_audio_verification/manifest.json
+++ b/chrome/browser/resources/hotword_audio_verification/manifest.json
@@ -12,7 +12,8 @@
"content_security_policy": "default-src 'self'; script-src 'self' chrome://resources"
},
"permissions": [
- "chrome://resources/"
+ "chrome://resources/",
+ "hotwordPrivate"
],
"display_in_launcher": false
}
« no previous file with comments | « chrome/browser/resources/hotword_audio_verification/flow.js ('k') | chrome/browser/search/hotword_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698