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

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

Issue 1410343007: Add "SHOW ALL SAVED PAGES" button to offline error page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch Created 5 years, 1 month 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 4ee23dfa4c8a6577d9d3eb4dd45358a37477f259..bf593c94fe2ef661d655379cd58dc4f39bc506ae 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -67279,6 +67279,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="14" label="Show Cached Copy button clicked"/>
<int value="15" label="Show Cached Page button shown"/>
<int value="16" label="Show Cached Page button clicked"/>
+ <int value="17" label="Show Saved Pages Button Shown"/>
+ <int value="18" label="Show Saved Pages Button Clicked"/>
+ <int value="19" label="Show Saved Pages Button Click Load Error"/>
+ <int value="20" label="Both Buttons Shown, Show Saved Pages Clicked"/>
</enum>
<enum name="NetInternalsUiFeature" type="int">

Powered by Google App Engine
This is Rietveld 408576698