Chromium Code Reviews| Index: chrome/common/chrome_notification_types.h |
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
| index 9cdccc866e7eebc4e045618914c24ea2822c1a9a..7aef532ffb730a049daebc52a6d00eb1124fa8ab 100644 |
| --- a/chrome/common/chrome_notification_types.h |
| +++ b/chrome/common/chrome_notification_types.h |
| @@ -1251,6 +1251,12 @@ enum NotificationType { |
| // if it is leaving. |
| NOTIFICATION_CONTENT_BLOCKED_STATE_CHANGED, |
| + // SearchViewController. |
| + // Sent when animations initiated by search view controller complete. |
| + // The source is the SearchViewController who's animation is finished. |
|
kuan
2012/09/13 20:16:51
nit: s/who's/whose/
|
| + // No details. |
| + NOTIFICATION_SEARCH_VIEW_CONTROLLER_ANIMATION_FINISHED, |
| + |
| // Note:- |
| // Currently only Content and Chrome define and use notifications. |
| // Custom notifications not belonging to Content and Chrome should start |