| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index ffbe5b431a7672b1b0f1627ecf2cfe8a4d56edec..54f2a36cd234b6b55c7e2549a8d919b6a8132b60 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
|
|
|