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

Unified Diff: chrome/browser/renderer_host/render_message_filter.h

Issue 6392045: Integrating Mac OS Grammar checker into Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Caught up some more missings. I'm sorry for the distraction... Created 9 years, 10 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
Index: chrome/browser/renderer_host/render_message_filter.h
diff --git a/chrome/browser/renderer_host/render_message_filter.h b/chrome/browser/renderer_host/render_message_filter.h
index c192e8ab0cc7b5ec6d6e313eea440a07fc3619b7..0ccb5a251d6347685c918bc51b27a40696a48d73 100644
--- a/chrome/browser/renderer_host/render_message_filter.h
+++ b/chrome/browser/renderer_host/render_message_filter.h
@@ -37,6 +37,7 @@ class NotificationsPrefsCache;
class PpapiPluginProcessHost;
class Profile;
class RenderWidgetHelper;
+class TextCheckingResult;
Hironori Bono 2011/02/10 11:02:56 nit: is this description still required?
gmorrita 2011/02/17 11:39:44 On 2011/02/10 11:02:56, hbono wrote: > nit: is thi
class URLRequestContextGetter;
struct ViewHostMsg_CreateWindow_Params;
struct ViewHostMsg_CreateWorker_Params;
@@ -174,6 +175,10 @@ class RenderMessageFilter : public BrowserMessageFilter,
void OnPlatformCheckSpelling(const string16& word, int tag, bool* correct);
void OnPlatformFillSuggestionList(const string16& word,
std::vector<string16>* suggestions);
+ void OnPlatformRequestTextCheck(int route_id,
+ int identifier,
+ int document_tag,
+ const string16& text);
void OnGetDocumentTag(IPC::Message* reply_msg);
void OnDocumentWithTagClosed(int tag);
void OnShowSpellingPanel(bool show);
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_message_filter.cc » ('j') | chrome/browser/spellchecker_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698