Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5359)

Unified Diff: chrome/common/chrome_notification_types.h

Issue 18223002: InstantExtended: Remove overlay control code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Call renamed method. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 5c7b8cf90b8612039b5d4fb65065699989aa1003..3000dea5ccfcc1edbd785de83c374d07eb18f3a0 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -1082,17 +1082,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,
@@ -1105,12 +1094,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>.
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698