| Index: content/browser/web_contents/web_contents_view_aura.h
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h
|
| index 1395f61ab0427a1db6c17958de10ae5f0da2a402..05fe1b092d1d805297f9147b2b58e7a0d6d08a56 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.h
|
| +++ b/content/browser/web_contents/web_contents_view_aura.h
|
| @@ -113,12 +113,6 @@ class CONTENT_EXPORT WebContentsViewAura
|
| void UpdateDragCursor(blink::WebDragOperation operation) override;
|
| void GotFocus() override;
|
| void TakeFocus(bool reverse) override;
|
| - void 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) override;
|
| - void HideDisambiguationPopup() override;
|
|
|
| // Overridden from OverscrollControllerDelegate:
|
| gfx::Rect GetVisibleBounds() const override;
|
|
|