| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index d00a33dbb5aec1e47a04645d4bb7fa203850bc9c..6bb7efb5f0a874a24de86b289fca8e7afab33bea 100644
|
| --- a/chrome/common/notification_type.h
|
| +++ b/chrome/common/notification_type.h
|
| @@ -932,6 +932,12 @@ class NotificationType {
|
| // The source is a NavigationController.
|
| RELOADING,
|
|
|
| +#if defined(TOOLKIT_VIEWS)
|
| + // Sent when a bookmark's context menu is shown. Used to notify
|
| + // tests that the context menu has been created and shown.
|
| + BOOKMARK_CONTEXT_MENU_SHOWN,
|
| +#endif
|
| +
|
| // Count (must be last) ----------------------------------------------------
|
| // Used to determine the number of notification types. Not valid as
|
| // a type parameter when registering for or posting notifications.
|
|
|