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

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

Issue 961443002: Three way experiment for "Show saved copy" button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histograms fix Created 5 years, 10 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 1f090b01498b2db69562cbfbddb134e109d5f5c5..da41b2f5dc6e3372504736b68329d9a37f54f8c1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52236,6 +52236,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="-1838482444" label="disable-settings-window"/>
<int value="-1835975804" label="disable-offline-auto-reload"/>
<int value="-1833149810" label="enable-accessibility-tab-switcher"/>
+ <int value="-1832575380" label="show-saved-copy"/>
<int value="-1821058653" label="enable-delay-agnostic-aec"/>
<int value="-1767470652" label="out-of-process-pdf"/>
<int value="-1746767834" label="ssl-interstitial-v2-gray"/>
@@ -54045,9 +54046,9 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1" label="Reload Button Shown"/>
<int value="2" label="Reload Button Clicked"/>
<int value="3" label="Reload Button Click Load Error"/>
- <int value="4" label="Load Stale Button Shown"/>
- <int value="5" label="Load Stale Button Clicked"/>
- <int value="6" label="Load Stale Button Click Load Error"/>
+ <int value="4" label="Show Saved Copy Button Shown"/>
+ <int value="5" label="Show Saved Copy Button Clicked"/>
+ <int value="6" label="Show Saved Copy Button Click Load Error"/>
<int value="7" label="More Button Clicked"/>
<int value="8" label="Browser Initiated Reload"/>
</enum>
« 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