From bbbd545cc226d409d131afb806e1ae5df3e5aa73 Mon Sep 17 00:00:00 2001 From: "sidchat@google.com" Date: Mon, 15 Dec 2008 20:18:04 +0000 Subject: Add "Enable spell check for this field" menu option in sub context menu for context menu over text box, and deploy its functionality accordingly across the code. This patch also allows manual switch-on of spell check in single line text box fields. Review URL: http://codereview.chromium.org/13731 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7000 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webview_impl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'webkit/glue/webview_impl.h') diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h index 502ee3a..e0f693e 100644 --- a/webkit/glue/webview_impl.h +++ b/webkit/glue/webview_impl.h @@ -78,7 +78,6 @@ class WebViewImpl : public WebView { virtual void SetBackForwardListSize(int size); virtual void RestoreFocus(); virtual void SetInitialFocus(bool reverse); - virtual bool FocusedFrameNeedsSpellchecking(); virtual bool DownloadImage(int id, const GURL& image_url, int image_size); virtual void SetPreferences(const WebPreferences& preferences); virtual const WebPreferences& GetPreferences(); -- cgit v1.1