| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 50784b6b4932523348e48c025c62127f5228ee53..1e30cffdb5cb49c150090a0b60d6f1e1f50eba1a 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -1101,9 +1101,13 @@ enum NotificationType {
|
| // containing the committed preview.
|
| NOTIFICATION_INSTANT_COMMITTED,
|
|
|
| - // Sent when the Instant loader determines whether the page supports the
|
| + // 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_SUPPORT_DETERMINED,
|
| + NOTIFICATION_INSTANT_NTP_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
|
|
|