| Index: content/public/browser/notification_types.h
|
| diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
|
| index 08785399b9493d22aa8f245f27466f0686ee47fd..65023f61fee728d8ca7ea5eedba8c472ea117aee 100644
|
| --- a/content/public/browser/notification_types.h
|
| +++ b/content/public/browser/notification_types.h
|
| @@ -242,21 +242,6 @@ enum NotificationType {
|
| // the RenderViewHost, and the details is a DomOperationNotificationDetails.
|
| NOTIFICATION_DOM_OPERATION_RESPONSE,
|
|
|
| - // Indicates that the render view host has received a "load complete"
|
| - // accessibility notification. The source is the RenderViewHost,
|
| - // the details are not used.
|
| - NOTIFICATION_ACCESSIBILITY_LOAD_COMPLETE,
|
| -
|
| - // Indicates that the render view host has received a "layout complete"
|
| - // accessibility notification. The source is the RenderViewHost,
|
| - // the details are not used.
|
| - NOTIFICATION_ACCESSIBILITY_LAYOUT_COMPLETE,
|
| -
|
| - // Indicates that the render view host has received an accessibility
|
| - // notification. other than the ones covered above.
|
| - // The source is the RenderViewHost, the details are not used.
|
| - NOTIFICATION_ACCESSIBILITY_OTHER,
|
| -
|
| // Miscellaneous -------------------------------------------------------------
|
|
|
| // Sent before the repost form warning is brought up.
|
|
|