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

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

Issue 2324493005: [Offline Pages] Adds event logs for requests dropped due to number of start or complete attempts. (Closed)
Patch Set: Addresses dimich feedback Created 4 years, 3 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 af74f273ddf1208ea04161a8f206c2c8bdd30a82..7ed907dec954fe7f5a9363fd6e64b90b2fecf9b7 100644
--- a/components/offline_pages/background/request_notifier.h
+++ b/components/offline_pages/background/request_notifier.h
@@ -12,6 +12,8 @@ class SavePageRequest;
class RequestNotifier {
public:
// Status to return for failed notifications.
+ // NOTE: for any changes to the enum, please also update related switch code
+ // in RequestCoordinatorEventLogger.
enum class BackgroundSavePageResult {
SUCCESS,
PRERENDER_FAILURE,

Powered by Google App Engine
This is Rietveld 408576698