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

Unified Diff: chrome/browser/notifications/notification_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: review 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_common.h
diff --git a/chrome/browser/notifications/notification_common.h b/chrome/browser/notifications/notification_common.h
index 8d216857f39f1a8dbdb1487834b003ccd3ca7b8d..79ac93ebffe6e77057bb525b6bcc6a057183d2c4 100644
--- a/chrome/browser/notifications/notification_common.h
+++ b/chrome/browser/notifications/notification_common.h
@@ -16,7 +16,8 @@ class NotificationCommon {
enum Operation {
CLICK = 0,
CLOSE = 1,
- SETTINGS = 2
+ SETTINGS = 2,
+ OPERATION_MAX = SETTINGS
};
// Open the Notification settings screen when clicking the right button.

Powered by Google App Engine
This is Rietveld 408576698