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

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

Issue 493203004: Add a StateManager for managing hotwording state based on various factors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hotword-nacl-manager
Patch Set: Created 6 years, 4 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/manifest.json
diff --git a/chrome/browser/resources/hotword/manifest.json b/chrome/browser/resources/hotword/manifest.json
index 4fb5b11ca95ef386e082af2f9ed221674527def1..ecf41cb95a00d0974825217fe524b49761c21025 100644
--- a/chrome/browser/resources/hotword/manifest.json
+++ b/chrome/browser/resources/hotword/manifest.json
@@ -13,6 +13,7 @@
"chrome://resources/js/cr/event_target.js",
"constants.js",
"nacl_manager.js",
+ "state_manager.js",
"manager.js"
],
"persistent": false
@@ -22,7 +23,9 @@
"*://*.google.com/*",
"chrome://newtab/",
"chrome://resources/",
+ "audioCapture",
"hotwordPrivate",
+ "management",
"tabs"
],
@@ -42,5 +45,6 @@
}
],
+ "content_security_policy": "object-src 'none'; script-src chrome://resources 'self'",
"minimum_chrome_version": "38"
}

Powered by Google App Engine
This is Rietveld 408576698