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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1388293002: Notify WebContentsObservers of user interactions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Inlining RenderWidgetHost::OnUserInteraction Created 5 years, 1 month 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/web_contents_observer.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 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"/>
Ilya Sherman 2015/10/29 00:38:52 Optional nit: Perhaps "Tap gesture"? Just "Gestur
jdduke (slow) 2015/10/29 00:50:17 Perhaps "Touch gesture", TapDown fires at the star
dominickn 2015/10/29 01:48:02 Done.
</enum>
<enum name="SiteIsolationMimeType" type="int">
« no previous file with comments | « content/public/browser/web_contents_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698