| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index a851d6802b5978d9bd210e57992035575b4d5b53..689440407880317bd4ab5d64a6d06a929d7966bb 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -1079,17 +1079,6 @@ enum NotificationType {
|
| // Send when a context menu is closed.
|
| NOTIFICATION_RENDER_VIEW_CONTEXT_MENU_CLOSED,
|
|
|
| - // Sent each time the InstantController is updated.
|
| - NOTIFICATION_INSTANT_CONTROLLER_UPDATED,
|
| -
|
| - // Sent when an Instant overlay is committed. The Source is the WebContents
|
| - // containing the committed overlay.
|
| - NOTIFICATION_INSTANT_COMMITTED,
|
| -
|
| - // Sent when the Instant Controller determines whether the overlay supports
|
| - // the Instant API or not.
|
| - NOTIFICATION_INSTANT_OVERLAY_SUPPORT_DETERMINED,
|
| -
|
| // Sent when the Instant Controller determines whether an Instant tab supports
|
| // the Instant API or not.
|
| NOTIFICATION_INSTANT_TAB_SUPPORT_DETERMINED,
|
| @@ -1102,12 +1091,6 @@ enum NotificationType {
|
| // renderer.
|
| NOTIFICATION_INSTANT_SENT_MOST_VISITED_ITEMS,
|
|
|
| - // Sent when the Instant Controller sets an omnibox suggestion.
|
| - NOTIFICATION_INSTANT_SET_SUGGESTION,
|
| -
|
| - // Sent when the Instant Controller has sent autocomplete results.
|
| - NOTIFICATION_INSTANT_SENT_AUTOCOMPLETE_RESULTS,
|
| -
|
| // Sent when the CaptivePortalService checks if we're behind a captive portal.
|
| // The Source is the Profile the CaptivePortalService belongs to, and the
|
| // Details are a Details<CaptivePortalService::CheckResults>.
|
|
|