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

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

Issue 1888163003: Articulate the cancel behavior in the WebTouchEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjusted comment Created 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5d280b6b60a9e9873b1a759eb994dd99847f5fca..3e6e9f879225ff98f683473cbeb82ea39f12b6d0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -67345,6 +67345,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="2" label="Suppressed"/>
<int value="3" label="Cancelable and not canceled"/>
<int value="4" label="Cancelable and canceled"/>
+ <int value="5" label="Forced Non-Blocking"/>
</enum>
<enum name="EVWhitelistStatus" type="int">

Powered by Google App Engine
This is Rietveld 408576698