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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1214303003: Add UMA histograms for Google cached copy experiment on network error interstitial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix NetErrorHelperCore unittest Created 5 years, 5 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 | « components/error_page/renderer/net_error_helper_core_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 1743c60df4d6743387ae25237e6f60fb8d52d687..d1638d8712307da86d662d1837fa7db1eda2bcdf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -54423,6 +54423,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="2" label="SHOW_SAVED_COPY_BUTTON"/>
<int value="3" label="MORE_BUTTON"/>
<int value="4" label="EASTER_EGG"/>
+ <int value="5" label="SHOW_CACHED_COPY_BUTTON"/>
+ <int value="6" label="SHOW_CACHED_PAGE_BUTTON"/>
</enum>
<enum name="ErrorPageUnexpectedStates" type="int">
@@ -62366,6 +62368,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="10" label="Both Buttons Shown, Reload Clicked"/>
<int value="11" label="Both Buttons Shown, Show Saved Copy Clicked"/>
<int value="12" label="Easter egg activated"/>
+ <int value="13" label="Show Cached Copy button shown"/>
+ <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"/>
</enum>
<enum name="NetInternalsUiFeature" type="int">
« no previous file with comments | « components/error_page/renderer/net_error_helper_core_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698