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

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

Issue 2052613003: Speculatively launch Service Workers on mouse/touch events. [3/5] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unnecessary includes Created 4 years, 5 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 | « content/public/browser/service_worker_context.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 7c45c595a9414d8c7116b24287304e20c5f11084..82af9205ebd5a94aba39eac2ccf3c613814e7a10 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -100642,6 +100642,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="FETCH_SUB_RESOURCE" label="FETCH_SUB_RESOURCE"/>
<suffix name="UNKNOWN" label="UNKNOWN"/>
<suffix name="FOREIGN_FETCH" label="FOREIGN_FETCH"/>
+ <suffix name="NAVIGATION_HINT_LINK_MOUSE_DOWN"
+ label="NAVIGATION_HINT_LINK_MOUSE_DOWN"/>
+ <suffix name="NAVIGATION_HINT_LINK_TAP_UNCONFIRMED"
+ label="NAVIGATION_HINT_LINK_TAP_UNCONFIRMED"/>
+ <suffix name="NAVIGATION_HINT_LINK_TAP_DOWN"
+ label="NAVIGATION_HINT_LINK_TAP_DOWN"/>
<affected-histogram name="ServiceWorker.StartWorker.StatusByPurpose"/>
<affected-histogram name="ServiceWorker.StartWorker.Time_DuringStartup"/>
<affected-histogram name="ServiceWorker.StartWorker.Time_ExistingProcess"/>
« no previous file with comments | « content/public/browser/service_worker_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698