Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chrome_notification_types.h
index 2c7d7df..c4cb47a 100644 (file)
@@ -866,6 +866,9 @@ enum NotificationType {
   // 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)
@@ -895,14 +898,6 @@ enum NotificationType {
   // Details are a Details<CaptivePortalService::CheckResults>.
   NOTIFICATION_CAPTIVE_PORTAL_CHECK_RESULT,
 
-  // Password Store ----------------------------------------------------------
-  // This notification is sent whenenever login entries stored in the password
-  // store are changed. The detail of this notification is a list of changes
-  // represented by a vector of PasswordStoreChange. Each change includes a
-  // change type (ADD, UPDATE, or REMOVE) as well as the
-  // |autofill::PasswordForm|s that were affected.
-  NOTIFICATION_LOGINS_CHANGED,
-
   // Sent when the applications in the NTP app launcher have been reordered.
   // The details, if not NoDetails, is the std::string ID of the extension that
   // was moved.