| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index 9a8b8d4e4f9fa4f3fa8e81ebd887b7590cd2cdf8..45b2ce262ed3292720c0ce3d582165ef9111fc50 100644
|
| --- a/chrome/common/notification_type.h
|
| +++ b/chrome/common/notification_type.h
|
| @@ -960,6 +960,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.
|
|
|