| Index: content/common/content_notification_types.h
|
| diff --git a/content/common/content_notification_types.h b/content/common/content_notification_types.h
|
| index f1368780ce0159b1f7cdf501d6c7a11f942baf15..3b1fe924bfb1fefb46e6349c799a6f1d596aba40 100644
|
| --- a/content/common/content_notification_types.h
|
| +++ b/content/common/content_notification_types.h
|
| @@ -173,16 +173,6 @@ enum {
|
| // selected (if any).
|
| NOTIFICATION_SSL_CLIENT_AUTH_CERT_SELECTED,
|
|
|
| - // Notification that a view was removed from a view hierarchy. The source
|
| - // is the view, the details is the parent view.
|
| - NOTIFICATION_VIEW_REMOVED,
|
| -
|
| - // This message is sent when the last window considered to be an
|
| - // "application window" has been closed. Dependent/dialog/utility windows
|
| - // can use this as a way to know that they should also close. No source or
|
| - // details are passed.
|
| - NOTIFICATION_ALL_APPWINDOWS_CLOSED,
|
| -
|
| #if defined(OS_MACOSX)
|
| // This message is sent when the application is made active (Mac OS X only
|
| // at present). No source or details are passed.
|
| @@ -323,10 +313,6 @@ enum {
|
| // the RenderWidgetHost, the details are not used.
|
| NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED,
|
|
|
| - // Sent when the widget is about to paint. The source is the
|
| - // RenderWidgetHost, the details are not used.
|
| - NOTIFICATION_RENDER_WIDGET_HOST_WILL_PAINT,
|
| -
|
| // Sent after the widget has painted. The source is the RenderWidgetHost,
|
| // the details are not used.
|
| NOTIFICATION_RENDER_WIDGET_HOST_DID_PAINT,
|
|
|