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

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

Issue 2563493002: Disallow showing offline previews on a reload. (Closed)
Patch Set: testing 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..5496c716ec884674add09927f7904f76c4a26f54 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -98711,6 +98711,9 @@ value.
<int value="5" label="User is blacklisted for the specific host."/>
<int value="6" label="The network quality estimate is not available."/>
<int value="7" label="The network is not slow enough to show previews."/>
+ <int value="8"
+ label="The page was being reloaded and the preview type can not be
+ shown on a reload."/>
</enum>
<enum name="PreviewsInfoBarAction" type="int">

Powered by Google App Engine
This is Rietveld 408576698