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. |