| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 50af95a9e51ef8a9cdc4cd83dc43a0484e634aa0..f03e1cf6e0c1d8253c28b471288d1456ef4e0b51 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -573,6 +573,10 @@ enum NotificationType {
|
| // WebDatabase. The detail is an AutofillCreditCardChange.
|
| NOTIFICATION_AUTOFILL_CREDIT_CARD_CHANGED,
|
|
|
| + // Sent when multiple Autofill entries have been modified by Sync.
|
| + // The source is the WebDataService in use by Sync. No details are specified.
|
| + NOTIFICATION_AUTOFILL_MULTIPLE_CHANGED,
|
| +
|
| // This notification is sent whenever the web database service has finished
|
| // loading the web database. No details are expected.
|
| NOTIFICATION_WEB_DATABASE_LOADED,
|
|
|