Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7265)

Unified Diff: chrome/common/notification_type.h

Issue 357003: Move the spellchecker to the renderer.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rename Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698