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

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

Issue 1721103002: Switch between online and offline version per network connection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes Created 4 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 | « chrome/chrome_tests_unit.gypi ('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 ccf3c6ca1b2de1dd6d963123defe6ea2410e2622..c09638badecf67d4935f211602ef7807379cd89f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31775,6 +31775,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Size of the saved copy of an offline page.</summary>
</histogram>
+<histogram name="OfflinePages.RedirectToOfflineCount" units="count">
+ <owner>jianli@chromium.org</owner>
+ <summary>
+ Number of times an offline copy was loaded instead when the user is trying
+ to load the online version of a saved page and there is no network
+ connection.
+ </summary>
+</histogram>
+
+<histogram name="OfflinePages.RedirectToOnlineCount" units="count">
+ <owner>jianli@chromium.org</owner>
+ <summary>
+ Number of times an online version was loaded instead when the user is trying
+ to load the offline copy of a saved page and there is network connection.
+ connection.
+ </summary>
+</histogram>
+
<histogram name="OfflinePages.SavedPageCount" units="pages">
<owner>jianli@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698