summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_impl.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-06 23:20:35 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-06 23:20:35 +0000
commite6fae1bb7b0da3005d0d5f3d5106e36fba1690c5 (patch)
treeba7d5d8bf7357f66d41292d347e1e4ff0500f5b0 /webkit/glue/webview_impl.h
parent26865477e028ccee54a243467693e7cc25bf6783 (diff)
downloadchromium_src-e6fae1bb7b0da3005d0d5f3d5106e36fba1690c5.zip
chromium_src-e6fae1bb7b0da3005d0d5f3d5106e36fba1690c5.tar.gz
chromium_src-e6fae1bb7b0da3005d0d5f3d5106e36fba1690c5.tar.bz2
Move ClosePage method to WebView.
Since it is about closing a page, WebView is a better home for it. R=dglazkov BUG=10034 TEST=none Review URL: http://codereview.chromium.org/164105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22689 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webview_impl.h')
-rw-r--r--webkit/glue/webview_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h
index 4ab05dd..6dea768 100644
--- a/webkit/glue/webview_impl.h
+++ b/webkit/glue/webview_impl.h
@@ -70,6 +70,7 @@ class WebViewImpl : public WebView, public base::RefCounted<WebViewImpl> {
// WebView methods:
virtual bool ShouldClose();
+ virtual void ClosePage();
virtual WebViewDelegate* GetDelegate();
virtual void SetDelegate(WebViewDelegate*);
virtual void SetUseEditorDelegate(bool value);