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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2783233004: Refine tap disambiguation UMA to track same-node/different-node. (Closed)
Patch Set: Created 3 years, 8 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/public/web/WebView.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 0a268919a1b35d0c32f6acc65993bdfbc6755aad..48bb2cd7d060deaf4f9dc89f1c4f12dba8fffa38 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -112669,7 +112669,8 @@ from previous Chrome versions.
<int value="0" label="Other"/>
<int value="1" label="Back Button"/>
<int value="2" label="Tapped Outside"/>
- <int value="3" label="Tapped Inside"/>
+ <int value="3" label="Tapped Inside, Same Node as Without Disambiguation"/>
Ilya Sherman 2017/03/31 17:09:05 It looks like you've changed the meaning of this b
aelias_OOO_until_Jul13 2017/03/31 21:21:56 Done.
+ <int value="4" label="Tapped Inside, Different Node"/>
</enum>
<enum name="TcpSocketStatus" type="int">
« no previous file with comments | « third_party/WebKit/public/web/WebView.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698