| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index b39a453465443d98703d1af1379089edd3d378ee..cc27f589b4e9bbb5820c52104ceafa9134ff8469 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -1096,13 +1096,16 @@ enum NotificationType {
|
| // Sent each time the InstantController shows the InstantLoader.
|
| NOTIFICATION_INSTANT_CONTROLLER_SHOWN,
|
|
|
| - // Sent when an Instant preview is committed. The Source is the
|
| - // TabContents containing the committed preview. There are no details.
|
| + // Sent each time the InstantController hides the InstantLoader.
|
| + NOTIFICATION_INSTANT_CONTROLLER_HIDDEN,
|
| +
|
| + // Sent when an Instant preview is committed. The Source is the TabContents
|
| + // containing the committed preview. There are no details.
|
| NOTIFICATION_INSTANT_COMMITTED,
|
|
|
| - // Sent when the instant loader determines whether the page supports the
|
| - // instant API or not. The details is a boolean indicating if the page
|
| - // supports instant. The source is not used.
|
| + // Sent when the Instant loader determines whether the page supports the
|
| + // Instant API or not. The details is a boolean indicating if the page
|
| + // supports Instant. The source is not used.
|
| NOTIFICATION_INSTANT_SUPPORT_DETERMINED,
|
|
|
| // Sent when the CaptivePortalService checks if we're behind a captive portal.
|
|
|