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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 12387089: Instant: Rename 'preview' to 'overlay' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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_tests_unit.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 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_
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698