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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2563493002: Disallow showing offline previews on a reload. (Closed)
Patch Set: tbansal comments 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
« no previous file with comments | « components/previews/core/previews_io_data_unittest.cc ('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 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">
« no previous file with comments | « components/previews/core/previews_io_data_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698