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

Unified Diff: content/public/common/persistent_notification_status.h

Issue 1155483002: Adding UMA for persistent notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes in histogram as per review comments. Created 5 years, 7 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: content/public/common/persistent_notification_status.h
diff --git a/content/public/common/persistent_notification_status.h b/content/public/common/persistent_notification_status.h
index b8f14094b3a5203e5c355cad5b66be397adf22ee..dd4a43f9d5029620360df00da994b0bb29398810 100644
--- a/content/public/common/persistent_notification_status.h
+++ b/content/public/common/persistent_notification_status.h
@@ -25,6 +25,8 @@ enum PersistentNotificationStatus {
// The event could not be delivered because the data associated with the
// notification could not be read from the database.
PERSISTENT_NOTIFICATION_STATUS_DATABASE_ERROR,
+
+ PERSISTENT_NOTIFICATION_STATUS_MAX
};
} // content

Powered by Google App Engine
This is Rietveld 408576698