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

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

Issue 667873002: Add UMA to hotword trigger extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove incorrect log for message timeout. 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
« no previous file with comments | « chrome/browser/resources/hotword/constants.js ('k') | chrome/browser/resources/hotword/metrics.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 21372dcdf727ada97493a6ad19663bf2d3c0c938..871c96c445526aa3f882a170a19ca38c67e4ff0e 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",
"logging.js",
+ "metrics.js",
"nacl_manager.js",
"state_manager.js",
"base_session_manager.js",
@@ -31,6 +32,7 @@
"audioCapture",
"hotwordPrivate",
"management",
+ "metricsPrivate",
"tabs"
],
« no previous file with comments | « chrome/browser/resources/hotword/constants.js ('k') | chrome/browser/resources/hotword/metrics.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698