Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index 20142c01708fd7615b5d4228566ae210db741ab6..980e2e1c9ccc4b93452157808f81742ec6c0c23a 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -626,6 +626,11 @@ enum { |
// Details will be an AccessibilityMenuInfo. |
NOTIFICATION_ACCESSIBILITY_MENU_CLOSED, |
+ // Notification that the volume was changed, for propagating |
+ // to an accessibility extension. |
+ // Details will be an AccessibilityVolumeInfo. |
+ NOTIFICATION_ACCESSIBILITY_VOLUME_CHANGED, |
+ |
// Content Settings -------------------------------------------------------- |
// Sent when content settings change. The source is a HostContentSettings |