Index: chrome/common/notification_type.h |
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h |
index 2b8219c8542c496ec79545fb760eb7a89dff37fd..3aa3f2673bffaf241fb8a70a8a44c6338cbd2a24 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 |