Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1574)

Unified Diff: content/public/browser/web_contents_view_delegate.cc

Issue 1926173002: Erase LinkDisambiguation code on desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another merge conflict Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/web_contents_view_delegate.cc
diff --git a/content/public/browser/web_contents_view_delegate.cc b/content/public/browser/web_contents_view_delegate.cc
index 5a2020433dd7888bbe6df230d909457e9a7cb8da..2b6385ec79c8715317940ac9069d76e09d5f5d33 100644
--- a/content/public/browser/web_contents_view_delegate.cc
+++ b/content/public/browser/web_contents_view_delegate.cc
@@ -37,17 +37,6 @@ bool WebContentsViewDelegate::Focus() {
void WebContentsViewDelegate::TakeFocus(bool reverse) {
}
-void WebContentsViewDelegate::ShowDisambiguationPopup(
- const gfx::Rect& target_rect,
- const SkBitmap& zoomed_bitmap,
- const gfx::NativeView content,
- const base::Callback<void(ui::GestureEvent*)>& gesture_cb,
- const base::Callback<void(ui::MouseEvent*)>& mouse_cb) {
-}
-
-void WebContentsViewDelegate::HideDisambiguationPopup() {
-}
-
void WebContentsViewDelegate::SizeChanged(const gfx::Size& size) {
}
« no previous file with comments | « content/public/browser/web_contents_view_delegate.h ('k') | content/renderer/android/disambiguation_popup_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698