| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index a30fb27e89436ea4c5e098a8d60a016851fba496..94b26f5ee780672092b8e00d6a390107f77e1007 100644
|
| --- a/chrome/common/notification_type.h
|
| +++ b/chrome/common/notification_type.h
|
| @@ -393,6 +393,10 @@ class NotificationType {
|
| // pointer.
|
| RENDER_VIEW_HOST_CREATED_FOR_TAB,
|
|
|
| + // Sent when MatchPreview creates the preview TabContents. The source is the
|
| + // TabContents the MatchPreview is associated with.
|
| + MATCH_PREVIEW_TAB_CONTENTS_CREATED,
|
| +
|
| // Stuff inside the tabs ---------------------------------------------------
|
|
|
| // This message is sent after a constrained window has been closed. The
|
|
|