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

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: Nits and rebase 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 f6ecc4441a968803d7062c8e95dd2085808a09a4..8e14e7db031564f9ab9cb1d314536a8ca0b220db 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -670,40 +670,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
« no previous file with comments | « chrome/browser/accessibility/accessibility_extension_api.cc ('k') | chrome/browser/ui/gtk/location_bar_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698