| Index: content/browser/renderer_host/render_view_host_delegate_view.h
|
| diff --git a/content/browser/renderer_host/render_view_host_delegate_view.h b/content/browser/renderer_host/render_view_host_delegate_view.h
|
| index e55c5a3e83235cda6970b703078100ab27a98420..56bed08ab49a86b08cecfedb8a3b8b8bd9c01b5e 100644
|
| --- a/content/browser/renderer_host/render_view_host_delegate_view.h
|
| +++ b/content/browser/renderer_host/render_view_host_delegate_view.h
|
| @@ -82,22 +82,6 @@ class CONTENT_EXPORT RenderViewHostDelegateView {
|
| virtual void HidePopupMenu() {};
|
| #endif
|
|
|
| -#if defined(USE_AURA)
|
| - // Shows a Link Disambiguation Popup. |target_rect| is the area the user
|
| - // touched that resulted in ambiguity, in DIPs in the host's coordinate
|
| - // system, |zoomed_bitmap| is an enlarged image of that |target_rect|, and
|
| - // |callback| is for forwarding on to the original scale web content.
|
| - virtual 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) {}
|
| -
|
| - // Hides the Link Disambiguation Popup, if it was showing, otherwise does
|
| - // nothing.
|
| - virtual void HideDisambiguationPopup() {}
|
| -#endif
|
| -
|
| protected:
|
| virtual ~RenderViewHostDelegateView() {}
|
| };
|
|
|