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

Unified Diff: chrome/browser/android/offline_pages/offline_page_request_job.cc

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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/offline_page_request_job_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/offline_pages/offline_page_request_job.cc
diff --git a/chrome/browser/android/offline_pages/offline_page_request_job.cc b/chrome/browser/android/offline_pages/offline_page_request_job.cc
index 95dfc984743e1b9f7d4ff4f8ed1b2c3d4d442c8f..1f207c96b1cf8e29f83ad50ec16537319786b3f6 100644
--- a/chrome/browser/android/offline_pages/offline_page_request_job.cc
+++ b/chrome/browser/android/offline_pages/offline_page_request_job.cc
@@ -434,7 +434,7 @@ void SelectPage(
// static
void OfflinePageRequestJob::ReportAggregatedRequestResult(
AggregatedRequestResult result) {
- UMA_HISTOGRAM_ENUMERATION("OfflinePages.AggregatedRequestResult",
+ UMA_HISTOGRAM_ENUMERATION("OfflinePages.AggregatedRequestResult2",
static_cast<int>(result),
static_cast<int>(AggregatedRequestResult::AGGREGATED_REQUEST_RESULT_MAX));
}
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/offline_page_request_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698