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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1606043004: Remove dismissForEachType() from SnackbarController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 4 years, 11 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 | « chrome/android/java/src/org/chromium/chrome/browser/snackbar/undo/UndoBarPopupController.java ('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 f650bb60e7a58256092200905699f15e67b430fb..d5977ba6fa98610f04f787612a1bf5ac15d3c30d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56416,8 +56416,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="0" label="Undo Shown (Cold)"/>
<int value="1" label="Undo Shown (Warm)"/>
<int value="2" label="Undo Pressed"/>
- <int value="3" label="Undos Dismissed (Timeout)"/>
- <int value="4" label="Undos Dismissed (Action)"/>
+ <int value="3" label="Undos Dismissed (Timeout) (Deprecated)"/>
+ <int value="4" label="Undos Dismissed (Action) (Deprecated)"/>
</enum>
<enum name="AppBannersDismissEvent" type="int">
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/snackbar/undo/UndoBarPopupController.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698