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

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

Issue 2452593003: Fix incorrectly reported UMA OfflinePages.AggregatedRequestResult (Closed)
Patch Set: Fix tests Created 4 years, 2 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/browser/android/offline_pages/offline_page_tab_helper.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 2b78b57ecd7e2c45a0572fd2689cf6b438bad4fb..70b0f54a45cbdac81acac90f45b3153651e19631 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39081,6 +39081,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="OfflinePages.AggregatedRequestResult"
enum="OfflinePagesAggregatedRequestResult">
+ <obsolete>
+ Deprecated 2016-10, and replaced by OfflinePages.AggregatedRequestResult2.
+ </obsolete>
+ <owner>dimich@chromium.org</owner>
+ <owner>jianli@chromium.org</owner>
+ <summary>Result of servicing requests that may contain offline page.</summary>
+</histogram>
+
+<histogram name="OfflinePages.AggregatedRequestResult2"
+ enum="OfflinePagesAggregatedRequestResult">
<owner>dimich@chromium.org</owner>
<owner>jianli@chromium.org</owner>
<summary>Result of servicing requests that may contain offline page.</summary>
@@ -93319,8 +93329,8 @@ value.
<int value="4" label="Show offline page on prohibitively slow network"/>
<int value="5" label="Page not found on prohibitively slow network"/>
<int value="6" label="Page not fresh on prohibitively slow network"/>
- <int value="7" label="Show offline page on disconnected network"/>
- <int value="8" label="Page not found on disconnected network"/>
+ <int value="7" label="Show offline page on connected network"/>
+ <int value="8" label="Page not found on connected network"/>
<int value="9" label="Android Tab does not have persistent ID"/>
<int value="10" label="No web contents"/>
<int value="11" label="Unknown net error, showing error page"/>
« no previous file with comments | « chrome/browser/android/offline_pages/offline_page_tab_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698