| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index 0793b94cffb37028ea8eb4a0f7e62b016651367a..eb9c51aa51a4ba7b5ce7abfb1cc35070079f03df 100644
|
| --- a/chrome/common/notification_type.h
|
| +++ b/chrome/common/notification_type.h
|
| @@ -964,6 +964,14 @@ class NotificationType {
|
| BOOKMARK_CONTEXT_MENU_SHOWN,
|
| #endif
|
|
|
| + // 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
|
| + // |webkit_glue::PasswordForm|s that were affected.
|
| + LOGINS_CHANGED,
|
| +
|
| // Count (must be last) ----------------------------------------------------
|
| // Used to determine the number of notification types. Not valid as
|
| // a type parameter when registering for or posting notifications.
|
|
|