| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 80b214348135f02c2f8d6c24aabcd03a9ac6c5ed..b4bcdb2d6ef7a331b85811f0f7eab18dbb8c499c 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -76,6 +76,12 @@ enum NotificationType {
|
| // for the shown dialog.
|
| NOTIFICATION_HTML_DIALOG_SHOWN,
|
|
|
| + // A new tab is created from an existing tab to serve as a target of a
|
| + // navigation that is about to happen. The source will be a Source<Profile>
|
| + // corresponding to the profile in which the new tab will live. Details in
|
| + // the form of a RetargetingDetails object are provided.
|
| + NOTIFICATION_RETARGETING,
|
| +
|
| // Application-modal dialogs -----------------------------------------------
|
|
|
| // Sent after an application-modal dialog has been shown. The source
|
|
|