Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1566)

Unified Diff: content/public/browser/notification_types.h

Issue 12210082: content: convert accessibility notifications to observer usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698