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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 686333002: Hotword Private API: Adds speech training functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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:
Download patch
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d3cd2895e5a7297c9869e544e87afdc6da22ff4a..4720171df94dbfa717b15356a7ce216e57247ff5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44045,6 +44045,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="909" label="WALLPAPERPRIVATE_GETSYNCSETTING"/>
<int value="910" label="COPRESENCE_SETAUTHTOKEN"/>
<int value="911" label="CAST_CHANNEL_SETAUTHORITYKEYS"/>
+ <int value="912" label="HOTWORDPRIVATE_STARTTRAINING"/>
+ <int value="913" label="HOTWORDPRIVATE_FINALIZESPEAKERMODEL"/>
+ <int value="914" label="HOTWORDPRIVATE_STOPTRAINING"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698