diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-16 15:52:38 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-16 15:52:38 +0000 |
commit | 201c794ddcdfae349c890bdcee643753ab559f8e (patch) | |
tree | d72242b838931df0c46fcbbd8ca7484e4940fb97 /chrome/common | |
parent | 1fbde4f1700cb379f33d9cb6edb66e573dfbb85e (diff) | |
download | chromium_src-201c794ddcdfae349c890bdcee643753ab559f8e.zip chromium_src-201c794ddcdfae349c890bdcee643753ab559f8e.tar.gz chromium_src-201c794ddcdfae349c890bdcee643753ab559f8e.tar.bz2 |
Include the information whether the tab is already in a tab strip with the retargeting details
BUG=107759
TEST=added a DCHECK. Without the fix, the DCHECK would trigger in ExtensionApiTest.WebNavigationOpenTab
Review URL: http://codereview.chromium.org/8964014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114806 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_notification_types.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h index 069bcdd..f970cc4 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 |