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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1442433003: Add "Show saved copy" button in dino page when there's offline copy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update button color for "Show all saved pages" per UI review Created 5 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/offline_pages/offline_page_model_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 1148585b1ea7de52dc2831c07127e83134978244..aae9df19e3b0074510c3b6bbeaa7c65237c71284 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -68087,9 +68087,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="15" label="Show Cached Page button shown"/>
<int value="16" label="Show Cached Page button clicked"/>
<int value="17" label="Diagnose button clicked"/>
- <int value="18" label="Show Saved Pages Button Shown"/>
- <int value="19" label="Show Saved Pages Button Clicked"/>
- <int value="20" label="Show Saved Pages Button Click Load Error"/>
+ <int value="18" label="Show Offline Pages Button Shown"/>
+ <int value="19" label="Show Offline Pages Button Clicked"/>
+ <int value="20" label="Show Offline Copy Button Shown"/>
+ <int value="21" label="Show Offline Copy Button Clicked"/>
</enum>
<enum name="NetInternalsUiFeature" type="int">
« no previous file with comments | « components/offline_pages/offline_page_model_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698