diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-18 20:32:51 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-18 20:32:51 +0000 |
commit | 5dfbf1abfc81152f4e10539f99ce37ce19116aa1 (patch) | |
tree | cdb69a21f8da0e54b6855c42d45fd634e5b667c6 /webkit/glue/webview_impl.h | |
parent | ac09c92224d0ee428b2c667841e5ba007075e5c3 (diff) | |
download | chromium_src-5dfbf1abfc81152f4e10539f99ce37ce19116aa1.zip chromium_src-5dfbf1abfc81152f4e10539f99ce37ce19116aa1.tar.gz chromium_src-5dfbf1abfc81152f4e10539f99ce37ce19116aa1.tar.bz2 |
Remove some unused code. Removes a couple of WebViewDelegate methods
that should really just be public methods on TestWebViewDelegate.
R=dglazkov
Review URL: http://codereview.chromium.org/79080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webview_impl.h')
-rw-r--r-- | webkit/glue/webview_impl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h index c0ce294..373bcd5 100644 --- a/webkit/glue/webview_impl.h +++ b/webkit/glue/webview_impl.h @@ -223,14 +223,6 @@ class WebViewImpl : public WebView, public base::RefCounted<WebViewImpl> { WebCore::Frame* frame, const WebCore::PlatformKeyboardEvent& e); - // TODO(darin): Figure out what happens to these methods. -#if 0 - // WebCore::WidgetClientWin - virtual const SkBitmap* getPreloadedResourceBitmap(int resource_id); - virtual void onScrollPositionChanged(WebCore::Widget* widget); - virtual bool isHidden(); -#endif - // Creates and returns a new SearchableFormData for the focused node. // It's up to the caller to free the returned SearchableFormData. // This returns NULL if the focused node is NULL, or not in a valid form. |