| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 19a2df0f5202b81cd8bbd87c047e4abb23069f1b..945f83a16b83e78aba15573abfc5ffdfca645ce1 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -2571,13 +2571,6 @@ bool WebViewImpl::getCompositionCharacterBounds(WebVector<WebRect>& bounds) {
|
| return true;
|
| }
|
|
|
| -// TODO(ekaramad):This method is almost duplicated in WebFrameWidgetImpl as
|
| -// well. This code needs to be refactored (http://crbug.com/629721).
|
| -void WebViewImpl::applyReplacementRange(const WebRange& range) {
|
| - if (WebLocalFrame* frame = focusedFrame())
|
| - frame->selectRange(range);
|
| -}
|
| -
|
| // WebView --------------------------------------------------------------------
|
|
|
| WebSettingsImpl* WebViewImpl::settingsImpl() {
|
|
|