| Index: chrome/common/notification_type.h
|
| ===================================================================
|
| --- chrome/common/notification_type.h (revision 36778)
|
| +++ chrome/common/notification_type.h (working copy)
|
| @@ -779,6 +779,8 @@
|
| // (the pointer is usable). No details are expected.
|
| NOTIFY_BALLOON_DISCONNECTED,
|
|
|
| + // Web Database Service ----------------------------------------------------
|
| +
|
| // This notification is sent whenever autofill entries are
|
| // changed. The detail of this notification is a list of changes
|
| // represented by a vector of AutofillChange. Each change
|
| @@ -786,6 +788,10 @@
|
| // key of the entry that was affected.
|
| AUTOFILL_ENTRIES_CHANGED,
|
|
|
| + // This notification is sent whenever the web database service has finished
|
| + // loading the web database. No details are expected.
|
| + WEB_DATABASE_LOADED,
|
| +
|
| // Purge Memory ------------------------------------------------------------
|
|
|
| // Sent on the IO thread when the system should try to reduce the amount of
|
|
|