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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 12386019: Instant: Use only one hidden WebContents per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index c1508380b12316f34735a9f2ca4f62a1bc0e8d6d..70423d4c60317a44512de4c1b17b9ddde05ff9b1 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -1101,24 +1101,15 @@ 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 each time a search query is sent to an Instant page.
+ NOTIFICATION_INSTANT_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 the NTP supports the
- // Instant API or not.
- NOTIFICATION_INSTANT_NTP_SUPPORT_DETERMINED,
-
- // Sent when the Instant Controller has sent the Most Visited Items to the
- // renderer.
- NOTIFICATION_INSTANT_SENT_MOST_VISITED_ITEMS,
+ // Sent when we've determined if a page supports Instant. Only used in tests.
+ NOTIFICATION_INSTANT_SUPPORT_DETERMINED,
// Sent when the CaptivePortalService checks if we're behind a captive portal.
// The Source is the Profile the CaptivePortalService belongs to, and the

Powered by Google App Engine
This is Rietveld 408576698