From 420e5740babf87df0630964c42ca3c0d34a318c0 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Fri, 21 Jan 2011 18:52:00 +0000 Subject: 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 --- chrome/common/notification_type.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chrome/common') 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 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 -- cgit v1.1