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

Unified Diff: components/offline_pages/background/request_notifier.h

Issue 2301703002: [Offline Pages] Adds UMA for number of started attempts and for network connection when Unsupported… (Closed)
Patch Set: kMaxStartedTries from 5 to 4 Created 4 years, 4 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
Index: components/offline_pages/background/request_notifier.h
diff --git a/components/offline_pages/background/request_notifier.h b/components/offline_pages/background/request_notifier.h
index d9c1b2e6770513716dc4d8c9948a97c7351b3026..00258588f37604312d970e2772cb50fc91ee591a 100644
--- a/components/offline_pages/background/request_notifier.h
+++ b/components/offline_pages/background/request_notifier.h
@@ -21,6 +21,7 @@ class RequestNotifier {
SAVE_FAILED,
EXPIRED,
RETRY_COUNT_EXCEEDED,
+ START_COUNT_EXCEEDED,
REMOVED,
};

Powered by Google App Engine
This is Rietveld 408576698