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

Unified Diff: content/browser/renderer_host/render_widget_host.h

Issue 8907016: Spellchecker should recheck after changing language. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Patch Created 8 years, 11 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: content/browser/renderer_host/render_widget_host.h
diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h
index cf61649df4b2d2db344c473b194da389763dac2c..5b0f0e7de74961c3c66907ac98f55df72b8187aa 100644
--- a/content/browser/renderer_host/render_widget_host.h
+++ b/content/browser/renderer_host/render_widget_host.h
@@ -457,6 +457,10 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Channel::Listener,
void Delete();
void SelectAll();
+ // Requests spellchecking of text on focused node. If there is no focused
+ // node, the method will not do anything.
+ void RequestTextChecking();
+
// Called when the reponse to a pending mouse lock request has arrived.
// Returns true if |allowed| is true and the mouse has been successfully
// locked.

Powered by Google App Engine
This is Rietveld 408576698