| Index: chrome/common/notification_type.h
|
| ===================================================================
|
| --- chrome/common/notification_type.h (revision 31117)
|
| +++ chrome/common/notification_type.h (working copy)
|
| @@ -551,6 +551,16 @@
|
| // profile.
|
| SPELLCHECKER_REINITIALIZED,
|
|
|
| +#if defined(SPELLCHECKER_IN_RENDERER)
|
| + // Sent when SpellCheckHost has been reloaded. The source is the profile,
|
| + // the details are NoDetails.
|
| + SPELLCHECK_HOST_REINITIALIZED,
|
| +
|
| + // Sent when a new word has been added to the custom dictionary. The source
|
| + // is the SpellCheckHost, the details are NoDetails.
|
| + SPELLCHECK_WORD_ADDED,
|
| +#endif
|
| +
|
| // Sent when the bookmark bubble is shown for a particular URL. The source
|
| // is the profile, the details the URL.
|
| BOOKMARK_BUBBLE_SHOWN,
|
|
|