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

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

Issue 2614913005: Add UseCounters for navigator.vibrate usage compared to site engagement. (Closed)
Patch Set: Address comment Created 3 years, 11 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/vibration/VibrationController.cpp ('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 291b5c1b79721542980849322e2bbe54d4cebe3d..5b988879ed8d2418545227de21e627142dff0c24 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -88320,6 +88320,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1722" label="V8StereoPannerNode_Constructor"/>
<int value="1723" label="V8WaveShaperNode_Constructor"/>
<int value="1724" label="V8Headers_GetAll_Method"/>
+ <int value="1725" label="NavigatorVibrateEngagementNone"/>
+ <int value="1726" label="NavigatorVibrateEngagementMinimal"/>
+ <int value="1727" label="NavigatorVibrateEngagementLow"/>
+ <int value="1728" label="NavigatorVibrateEngagementMedium"/>
+ <int value="1729" label="NavigatorVibrateEngagementHigh"/>
+ <int value="1730" label="NavigatorVibrateEngagementMax"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/modules/vibration/VibrationController.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698