Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index fc9cedfdba8ea6ebd57c01d965395efdc6e0e8f7..5703c8597b90a16f7f19ab531e8c1b8432537752 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -1100,8 +1100,8 @@ enum NotificationType { |
// Sent each time the InstantController is updated. |
NOTIFICATION_INSTANT_CONTROLLER_UPDATED, |
- // Sent when an Instant preview is committed. The Source is the WebContents |
- // containing the committed preview. |
+ // 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 |
@@ -1259,5 +1259,4 @@ enum NotificationType { |
} // namespace chrome |
- |
#endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ |