| Index: webkit/glue/webview_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webview_impl.cc (revision 28382)
|
| +++ webkit/glue/webview_impl.cc (working copy)
|
| @@ -1658,10 +1658,6 @@
|
|
|
| // WebView --------------------------------------------------------------------
|
|
|
| -WebViewDelegate* WebViewImpl::GetDelegate() {
|
| - return delegate_;
|
| -}
|
| -
|
| bool WebViewImpl::setDropEffect(bool accept) {
|
| if (drag_target_dispatch_) {
|
| drop_effect_ = accept ? DROP_EFFECT_COPY : DROP_EFFECT_NONE;
|
|
|