| Index: content/browser/web_contents/web_contents_view_aura.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
|
| index c710eaf621f93fd8963383c75221c2a4d4c4dfb4..95f55f4959337aa718c4ce3c0d1582ecd2a8adbd 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.cc
|
| +++ b/content/browser/web_contents/web_contents_view_aura.cc
|
| @@ -883,22 +883,6 @@ void WebContentsViewAura::TakeFocus(bool reverse) {
|
| }
|
| }
|
|
|
| -void WebContentsViewAura::ShowDisambiguationPopup(
|
| - const gfx::Rect& target_rect,
|
| - const SkBitmap& zoomed_bitmap,
|
| - const base::Callback<void(ui::GestureEvent*)>& gesture_cb,
|
| - const base::Callback<void(ui::MouseEvent*)>& mouse_cb) {
|
| - if (delegate_) {
|
| - delegate_->ShowDisambiguationPopup(target_rect, zoomed_bitmap,
|
| - window_.get(), gesture_cb, mouse_cb);
|
| - }
|
| -}
|
| -
|
| -void WebContentsViewAura::HideDisambiguationPopup() {
|
| - if (delegate_)
|
| - delegate_->HideDisambiguationPopup();
|
| -}
|
| -
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // WebContentsViewAura, OverscrollControllerDelegate implementation:
|
|
|
|
|