Commit a7e74390 authored by horo's avatar horo Committed by Commit bot

Add navigation hint ServiceWorkerMetrics.EventType enums in histograms.xml

I had to add them in https://codereview.chromium.org/2052613003

BUG=616502

Review-Url: https://codereview.chromium.org/2276863002
Cr-Commit-Position: refs/heads/master@{#414363}
parent 75423439
...@@ -92876,6 +92876,9 @@ To add a new entry, add it with any value and run test to compute valid value. ...@@ -92876,6 +92876,9 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="15" label="FOREIGN_FETCH"/> <int value="15" label="FOREIGN_FETCH"/>
<int value="16" label="FETCH_WAITUNTIL"/> <int value="16" label="FETCH_WAITUNTIL"/>
<int value="17" label="FOREIGN_FETCH_WAITUNTIL"/> <int value="17" label="FOREIGN_FETCH_WAITUNTIL"/>
<int value="18" label="NAVIGATION_HINT_LINK_MOUSE_DOWN"/>
<int value="19" label="NAVIGATION_HINT_LINK_TAP_UNCONFIRMED"/>
<int value="20" label="NAVIGATION_HINT_LINK_TAP_DOWN"/>
</enum> </enum>
<enum name="ServiceWorkerReadResponseResult" type="int"> <enum name="ServiceWorkerReadResponseResult" type="int">
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment