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

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

Issue 464213002: Add a 'NaCl manager' to manage the state of the NaCl hotword detector plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
« no previous file with comments | « chrome/browser/resources/hotword/constants.js ('k') | chrome/browser/resources/hotword/nacl_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/hotword/manifest.json
diff --git a/chrome/browser/resources/hotword/manifest.json b/chrome/browser/resources/hotword/manifest.json
index 3225a681457966e06076fb301ab8bdd2eae671f4..4fb5b11ca95ef386e082af2f9ed221674527def1 100644
--- a/chrome/browser/resources/hotword/manifest.json
+++ b/chrome/browser/resources/hotword/manifest.json
@@ -7,13 +7,21 @@
"manifest_version": 2,
"background": {
- "scripts": ["manager.js"],
+ "scripts": [
+ "chrome://resources/js/cr.js",
+ "chrome://resources/js/util.js",
+ "chrome://resources/js/cr/event_target.js",
+ "constants.js",
+ "nacl_manager.js",
+ "manager.js"
+ ],
"persistent": false
},
"permissions": [
"*://*.google.com/*",
"chrome://newtab/",
+ "chrome://resources/",
"hotwordPrivate",
"tabs"
],
« no previous file with comments | « chrome/browser/resources/hotword/constants.js ('k') | chrome/browser/resources/hotword/nacl_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698