From a100d76bbc0afe58ef7761a1eaf06cb1489cc1b1 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Fri, 14 Aug 2009 17:50:22 +0000 Subject: Remove WebFrame::selectAll and WebFrame::clearSelection in favor of having consumers use executeCommand. Patch by Marshall Greenblatt R=darin BUG=19270 TEST=covered by unit tests git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23442 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webframe_impl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'webkit/glue/webframe_impl.h') diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h index 3f898f9..87b2244 100644 --- a/webkit/glue/webframe_impl.h +++ b/webkit/glue/webframe_impl.h @@ -139,8 +139,6 @@ class WebFrameImpl : public WebKit::WebFrame, virtual bool isCommandEnabled(const WebKit::WebString& command) const; virtual void enableContinuousSpellChecking(bool enable); virtual bool isContinuousSpellCheckingEnabled() const; - virtual void selectAll(); - virtual void clearSelection(); virtual bool hasSelection() const; virtual WebKit::WebRange selectionRange() const; virtual WebKit::WebString selectionAsText() const; -- cgit v1.1