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

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

Issue 2507293006: Report redirect UMA in offline interceptor (Closed)
Patch Set: Address feedback Created 4 years, 1 month 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.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.h
diff --git a/chrome/browser/android/offline_pages/offline_page_request_job.h b/chrome/browser/android/offline_pages/offline_page_request_job.h
index eee2aa1bc16434287402be0b76c5946b1ba7e8d1..f06ebf18d271ba36a2b5db0baa3bb7f0e1ae2a49 100644
--- a/chrome/browser/android/offline_pages/offline_page_request_job.h
+++ b/chrome/browser/android/offline_pages/offline_page_request_job.h
@@ -50,6 +50,10 @@ class OfflinePageRequestJob : public net::URLRequestFileJob {
NO_TAB_ID,
NO_WEB_CONTENTS,
SHOW_NET_ERROR_PAGE,
+ REDIRECTED_ON_DISCONNECTED_NETWORK,
+ REDIRECTED_ON_FLAKY_NETWORK,
+ REDIRECTED_ON_PROHIBITIVELY_SLOW_NETWORK,
+ REDIRECTED_ON_CONNECTED_NETWORK,
AGGREGATED_REQUEST_RESULT_MAX
};
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/offline_page_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698