Chromium Code Reviews| 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); |