| Index: content/public/browser/notification_types.h
|
| diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
|
| index 9c4a8352748c4edc9f4b8d99bcfa65d85ddf380e..c04a5cbd0c4801c1a7f9a49982d5d9bbbfcdc282 100644
|
| --- a/content/public/browser/notification_types.h
|
| +++ b/content/public/browser/notification_types.h
|
| @@ -223,6 +223,13 @@ 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_WILL_CREATE_RENDER_VIEW,
|
| +
|
| + // TODO(scshunt): Rename this notification as, with the addition of the
|
| + // previous one, this is now really confusing.
|
| // A RenderViewHost was created for a WebContents. The source is the
|
| // associated WebContents, and the details is the RenderViewHost
|
| // pointer.
|
|
|