| 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..29297057a49d3b1920c7b8bc98c9f9edcf50b966 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 whose animation is finished.
|
| + // 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
|
|
|