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

Unified Diff: content/shell/browser/shell_web_contents_view_delegate_android.cc

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: fix rebase Created 3 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/shell/browser/shell_web_contents_view_delegate_android.cc
diff --git a/content/shell/browser/shell_web_contents_view_delegate_android.cc b/content/shell/browser/shell_web_contents_view_delegate_android.cc
index 14248721ab3b2efc7c14d75ccfc4bcf16868e857..7917d5175b49f57fe2380fbb03cb3aff4bb38327 100644
--- a/content/shell/browser/shell_web_contents_view_delegate_android.cc
+++ b/content/shell/browser/shell_web_contents_view_delegate_android.cc
@@ -32,7 +32,7 @@ void ShellWebContentsViewDelegate::ShowContextMenu(
content::ContentViewCore* content_view_core =
ContentViewCore::FromWebContents(web_contents_);
if (content_view_core)
- content_view_core->ShowPastePopup(params);
+ content_view_core->ShowSelectionMenu(params);
}
} // namespace content
« no previous file with comments | « content/public/browser/android/content_view_core.h ('k') | third_party/WebKit/LayoutTests/fast/events/hit-test-counts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698