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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 166273014: Remove dependency on NotificationService for cros a11y settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge ToT. Created 6 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
Index: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index c4cb47a734840b5cd19749867d9f6dae539423da..121fd6d949b84d8aea1faaa2a6a440c6a6f0f466 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -853,22 +853,6 @@ enum NotificationType {
// EnterPuk dialog, either because the user cancelled, or entered a
// PIN or PUK.
NOTIFICATION_ENTER_PIN_ENDED,
-
- // Sent when large cursor is toggled.
- NOTIFICATION_CROS_ACCESSIBILITY_TOGGLE_LARGE_CURSOR,
-
- // Sent when high contrast mode is toggled.
- NOTIFICATION_CROS_ACCESSIBILITY_TOGGLE_HIGH_CONTRAST_MODE,
-
- // Sent when screen magnifier is toggled.
- NOTIFICATION_CROS_ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFIER,
-
- // Sent when spoken feedback is toggled.
- NOTIFICATION_CROS_ACCESSIBILITY_TOGGLE_SPOKEN_FEEDBACK,
-
- // Sent when a11y on-screen keyboard is toggled.
- NOTIFICATION_CROS_ACCESSIBILITY_TOGGLE_VIRTUAL_KEYBOARD,
-
#endif
#if defined(TOOLKIT_VIEWS)

Powered by Google App Engine
This is Rietveld 408576698