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

Unified Diff: chrome/browser/notifications/notification_operation_common.h

Issue 2105863002: Verify that the notification response contains sensible data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add upstream branch Created 4 years, 6 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: chrome/browser/notifications/notification_operation_common.h
diff --git a/chrome/browser/notifications/notification_operation_common.h b/chrome/browser/notifications/notification_operation_common.h
index 9e8261ebf67818e8d6607f3b436236abf429bb26..15cbfc33599d1bf40694a2f40266f07d120bc979 100644
--- a/chrome/browser/notifications/notification_operation_common.h
+++ b/chrome/browser/notifications/notification_operation_common.h
@@ -16,7 +16,8 @@ namespace notification_operation_common {
enum NotificationOperation {
NOTIFICATION_CLICK = 0,
NOTIFICATION_CLOSE = 1,
- NOTIFICATION_SETTINGS = 2
+ NOTIFICATION_SETTINGS = 2,
+ NOTIFICATION_OPERATION_MAX = NOTIFICATION_SETTINGS
};
// Open the Notification settings screen when clicking the right button.

Powered by Google App Engine
This is Rietveld 408576698