| Index: chrome/common/notification_type.h
|
| ===================================================================
|
| --- chrome/common/notification_type.h (revision 31826)
|
| +++ chrome/common/notification_type.h (working copy)
|
| @@ -551,7 +551,6 @@
|
| // 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,
|
| @@ -559,7 +558,6 @@
|
| // 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.
|
|
|