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

Unified Diff: chrome/browser/resources/hotword_audio_verification/manifest.json

Issue 666073005: Hotword Audio Verification App: UI polishes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back space on top of 'Learn More' link Created 6 years, 2 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 f20d50d867e361aad2a0dba1cbb16800957a5e4a..83a60ecedd079b0959003cf01e26054e14445a33 100644
--- a/chrome/browser/resources/hotword_audio_verification/manifest.json
+++ b/chrome/browser/resources/hotword_audio_verification/manifest.json
@@ -9,10 +9,12 @@
"scripts": ["event_page.js"],
"persistent": false
},
- "content_security_policy": "default-src 'self'; script-src 'self' chrome://resources"
+ "content_security_policy": "default-src 'self'; script-src 'self' chrome://resources chrome://settings"
},
"permissions": [
"chrome://resources/",
+ "chrome://settings/",
+ "browser",
"hotwordPrivate"
],
"display_in_launcher": false

Powered by Google App Engine
This is Rietveld 408576698