diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 20:20:47 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 20:20:47 +0000 |
commit | d750e4d1052bd33755326f122bb2ab73df9e0079 (patch) | |
tree | cbd51d5ddc906d39cd63d77190fa5184a5eafb3b /webkit/glue/webview.h | |
parent | 34cc1917d8003c107c1c320e5b50fe240de8a010 (diff) | |
download | chromium_src-d750e4d1052bd33755326f122bb2ab73df9e0079.zip chromium_src-d750e4d1052bd33755326f122bb2ab73df9e0079.tar.gz chromium_src-d750e4d1052bd33755326f122bb2ab73df9e0079.tar.bz2 |
Reverting 23068.
Review URL: http://codereview.chromium.org/165316
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webview.h')
-rw-r--r-- | webkit/glue/webview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webview.h b/webkit/glue/webview.h index c329452..6e2c794 100644 --- a/webkit/glue/webview.h +++ b/webkit/glue/webview.h @@ -66,6 +66,9 @@ class WebView : public WebKit::WebWidget { // it, it will be NULL during closing of the view. virtual WebViewDelegate* GetDelegate() = 0; + // Changes the delegate for this WebView. It is valid to set this to NULL. + virtual void SetDelegate(WebViewDelegate* delegate) = 0; + // Instructs the EditorClient whether to pass editing notifications on to a // delegate, if one is present. This allows embedders that haven't // overridden any editor delegate methods to avoid the performance impact of |