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

Unified Diff: content/common/notification_type.h

Issue 6880320: Move code that talks to spellchecking out of content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months 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
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/notification_type.h
===================================================================
--- content/common/notification_type.h (revision 83517)
+++ content/common/notification_type.h (working copy)
@@ -709,20 +709,6 @@
// Profile, and the details aren't used.
BOOKMARK_MODEL_LOADED,
- // 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,
-
- // Sent by the profile when the automatic spell correction setting has been
- // toggled. It exists as a notification rather than just letting interested
- // parties listen for the pref change because some objects may outlive the
- // profile. Source is profile, details is NoDetails.
- SPELLCHECK_AUTOSPELL_TOGGLED,
-
// Sent when the bookmark bubble is shown for a particular URL. The source
// is the profile, the details the URL.
BOOKMARK_BUBBLE_SHOWN,
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698