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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1806863002: Measure the Web Speech API usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 | « third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl ('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 02c325c0cd84412e3f1c05cd7a4ac74a42f5c18c..f67956c65d83742495aacd1f5a2d9497e24e16be 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -68601,6 +68601,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1264" label="PatternAttributeUnicodeFlagIsIncompatible"/>
<int value="1265" label="HTMLMediaElementLoadNetworkEmptyNotPaused"/>
<int value="1266" label="EventRelatedTargetScoped"/>
+ <int value="1267" label="V8Window_WebkitSpeechGrammar_ConstructorGetter"/>
+ <int value="1268" label="V8Window_WebkitSpeechGrammarList_ConstructorGetter"/>
+ <int value="1269" label="V8Window_WebkitSpeechRecognition_ConstructorGetter"/>
+ <int value="1270"
+ label="V8Window_WebkitSpeechRecognitionError_ConstructorGetter"/>
+ <int value="1271"
+ label="V8Window_WebkitSpeechRecognitionEvent_ConstructorGetter"/>
+ <int value="1272" label="V8Window_SpeechSynthesis_AttributeGetter"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698