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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 22922003: Remove notifications from Accessibility API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments 2 Created 7 years, 4 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
Index: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index f87cdd32460ca874724cc26a8b1030b9cf33e8f4..1076a19a68b1567ef3ebf17d168bd93de442b284 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -673,40 +673,6 @@ enum NotificationType {
// acknowledged the module incompatibility. No details are expected.
NOTIFICATION_MODULE_INCOMPATIBILITY_BADGE_CHANGE,
- // Accessibility Notifications ---------------------------------------------
-
- // Notification that a window in the browser UI (not the web content)
- // was opened, for propagating to an accessibility extension.
- // Details will be an AccessibilityWindowInfo.
- NOTIFICATION_ACCESSIBILITY_WINDOW_OPENED,
-
- // Notification that a window in the browser UI was closed.
- // Details will be an AccessibilityWindowInfo.
- NOTIFICATION_ACCESSIBILITY_WINDOW_CLOSED,
-
- // Notification that a control in the browser UI was focused.
- // Details will be an AccessibilityControlInfo.
- NOTIFICATION_ACCESSIBILITY_CONTROL_FOCUSED,
-
- // Notification that a control in the browser UI had its action taken,
- // like pressing a button or toggling a checkbox.
- // Details will be an AccessibilityControlInfo.
- NOTIFICATION_ACCESSIBILITY_CONTROL_ACTION,
-
- // Notification that text box in the browser UI had text change.
- // Details will be an AccessibilityControlInfo.
- NOTIFICATION_ACCESSIBILITY_TEXT_CHANGED,
-
- // Notification that a pop-down menu was opened, for propagating
- // to an accessibility extension.
- // Details will be an AccessibilityMenuInfo.
- NOTIFICATION_ACCESSIBILITY_MENU_OPENED,
-
- // Notification that a pop-down menu was closed, for propagating
- // to an accessibility extension.
- // Details will be an AccessibilityMenuInfo.
- NOTIFICATION_ACCESSIBILITY_MENU_CLOSED,
-
// Content Settings --------------------------------------------------------
// Sent when content settings change. The source is a HostContentSettings

Powered by Google App Engine
This is Rietveld 408576698