summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 18:52:00 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 18:52:00 +0000
commit420e5740babf87df0630964c42ca3c0d34a318c0 (patch)
treea1f744c51c545dcc1c2e15f610775c1b17e97bb1 /chrome/common
parentad74a59d383e658187ae48d084c7a65145d84449 (diff)
downloadchromium_src-420e5740babf87df0630964c42ca3c0d34a318c0.zip
chromium_src-420e5740babf87df0630964c42ca3c0d34a318c0.tar.gz
chromium_src-420e5740babf87df0630964c42ca3c0d34a318c0.tar.bz2
Implement the onBeforeRetarget event of the webNavigation API
TEST=none BUG=50943 Review URL: http://codereview.chromium.org/6363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/notification_type.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index ffbe5b4..54f2a36 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -149,6 +149,12 @@ class NotificationType {
// are provided.
RESOURCE_RECEIVED_REDIRECT,
+ // A new window is created in response to a request from a renderer. The
+ // source will be a Source<TabContents> corresponding to the tab the
+ // request originates from. Details in the form of a
+ // ViewHostMsg_CreateWindow_Params object are provided.
+ CREATING_NEW_WINDOW,
+
// SSL ---------------------------------------------------------------------
// Updating the SSL security indicators (the lock icon and such) proceeds