| Index: content/public/browser/notification_types.h
|
| diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
|
| index b0d03dcdac1f8ef304eed3bd76df09a623573e92..342b6f57a1c5ba7abdaabb00f03b10c7129bfeed 100644
|
| --- a/content/public/browser/notification_types.h
|
| +++ b/content/public/browser/notification_types.h
|
| @@ -208,6 +208,11 @@ enum NotificationType {
|
| // Source<WebContents>.
|
| NOTIFICATION_WEB_CONTENTS_DESTROYED,
|
|
|
| + // A RenderView will be created in a RenderViewHost for a WebContents. The
|
| + // source is the associated WebContents, and the details is the
|
| + // RenderViewHost pointer.
|
| + NOTIFICATION_WEB_CONTENTS_WILL_CREATE_RENDER_VIEW,
|
| +
|
| // A RenderViewHost was created for a WebContents. The source is the
|
| // associated WebContents, and the details is the RenderViewHost
|
| // pointer.
|
|
|