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