diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 22:13:03 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 22:13:03 +0000 |
commit | 04fc948392b6fba1e640bd97eeea2293d9ed9b7e (patch) | |
tree | 3c413c4bf8d139cdf932fdfc4b8a7e3cc812313f /webkit/glue/webview.h | |
parent | e0d0014eb45448bf6bc59d905707d242f7517ba6 (diff) | |
download | chromium_src-04fc948392b6fba1e640bd97eeea2293d9ed9b7e.zip chromium_src-04fc948392b6fba1e640bd97eeea2293d9ed9b7e.tar.gz chromium_src-04fc948392b6fba1e640bd97eeea2293d9ed9b7e.tar.bz2 |
Fold WebEditingClient into WebViewClient.
R=dglazkov
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/211032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webview.h')
-rw-r--r-- | webkit/glue/webview.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webkit/glue/webview.h b/webkit/glue/webview.h index 7968aa4..53ab714 100644 --- a/webkit/glue/webview.h +++ b/webkit/glue/webview.h @@ -14,7 +14,6 @@ namespace WebKit { class WebDragData; -class WebEditingClient; class WebFrameClient; class WebFrame; class WebSettings; @@ -55,8 +54,7 @@ class WebView : public WebKit::WebWidget { // to call InitializeMainFrame to finish the initialization. You may pass // NULL for the editing_client parameter if you are not interested in those // notifications. - static WebView* Create( - WebViewDelegate* delegate, WebKit::WebEditingClient* editing_client); + static WebView* Create(WebViewDelegate* delegate); // After creating a WebView, you should immediately call this function. You // can optionally modify the settings (via GetSettings()) in between. The |