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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2557113004: Seperate reloads when reporting previews infobar dismissal (Closed)
Patch Set: Created 4 years 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 8df98065368bf0b66dc55c21868b5844da82377e..4d10db9925104ebe5724ca755831d36e51219d6a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -98717,7 +98717,8 @@ value.
<int value="0" label="Infobar shown"/>
<int value="1" label="Infobar 'Load original' clicked"/>
<int value="2" label="Infobar dismissed by user"/>
- <int value="3" label="Infobar dismissed by navigation"/>
+ <int value="3" label="Infobar dismissed by new navigation"/>
megjablon 2016/12/09 20:31:19 Nit: idk that new is necessary here
RyanSturm 2016/12/17 00:21:54 Done.
+ <int value="4" label="Infboar dismissed by reload"/>
</enum>
<enum name="PreviewsUserOptedOut" type="int">

Powered by Google App Engine
This is Rietveld 408576698