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

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

Issue 1388293002: Notify WebContentsObservers of user interactions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding histogram. Addressing reviewer feedback Created 5 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1a223f24d4d01ecc59bbc0307868bf1afe4f2fa2..50c1dd645c8506eb165a46cc4aa3461cdd441339 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -72102,6 +72102,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="0" label="Navigation"/>
<int value="1" label="Keypress"/>
<int value="2" label="Mouse"/>
+ <int value="3" label="Gesture"/>
</enum>
<enum name="SiteIsolationMimeType" type="int">

Powered by Google App Engine
This is Rietveld 408576698