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

Unified Diff: chrome/common/notification_type.h

Issue 397014: Revert 31875 to see whether it fixes reliability bot. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
===================================================================
--- chrome/common/notification_type.h (revision 32064)
+++ chrome/common/notification_type.h (working copy)
@@ -545,6 +545,7 @@
// 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,
@@ -552,6 +553,7 @@
// 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.
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698