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

Unified Diff: android_webview/browser/aw_web_contents_view_delegate.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
« no previous file with comments | « no previous file | chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_web_contents_view_delegate.cc
diff --git a/android_webview/browser/aw_web_contents_view_delegate.cc b/android_webview/browser/aw_web_contents_view_delegate.cc
index c42bcac1886d1b67d3e6a21c3f840b1ba02337fe..ac878b8ae07819682483d2bd9208a41c1df852c4 100644
--- a/android_webview/browser/aw_web_contents_view_delegate.cc
+++ b/android_webview/browser/aw_web_contents_view_delegate.cc
@@ -38,7 +38,7 @@ void AwWebContentsViewDelegate::ShowContextMenu(
content::ContentViewCore* content_view_core =
content::ContentViewCore::FromWebContents(web_contents_);
if (content_view_core)
- content_view_core->ShowPastePopup(params);
+ content_view_core->ShowSelectionMenu(params);
}
} // namespace android_webview
« no previous file with comments | « no previous file | chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698