| Index: content/public/browser/notification_types.h
|
| diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
|
| index 4c3bd7153e5722169a89ea6c6835aeb6993d8bb6..8e1e4ec2449c0008856392729e1581a41e008cb2 100644
|
| --- a/content/public/browser/notification_types.h
|
| +++ b/content/public/browser/notification_types.h
|
| @@ -284,21 +284,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,
|
| -
|
| // Child Processes ---------------------------------------------------------
|
|
|
| // This notification is sent when a child process host has connected to a
|
|
|