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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 267653005: Adds HotwordPrivate API for integrating the hotword feature to AppLauncher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 7 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: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 8cac2aa9faaa057d249926274b6c367284b49c10..2408091690a960daa5d8668dab1113caa92e52b6 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -812,6 +812,8 @@ enum HistogramValue {
FILESYSTEMPROVIDERINTERNAL_GETMETADATAREQUESTEDERROR,
BROWSER_OPENTAB,
MANAGEMENT_CREATEAPPSHORTCUT,
+ HOTWORDPRIVATE_SETHOTWORDSESSIONSTATE,
+ HOTWORDPRIVATE_NOTIFYHOTWORDRECOGNITION,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms/histograms.xml.
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698