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

Unified Diff: content/public/browser/android/content_view_core.h

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: Fixing rebase bug Created 3 years, 8 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/android/content_view_core.h
diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
index 2ef486123c74dc3768398db9b08b3d5d217f1908..781f20ba9d05cdbc9ff9c07f89f8cc3240004053 100644
--- a/content/public/browser/android/content_view_core.h
+++ b/content/public/browser/android/content_view_core.h
@@ -35,7 +35,7 @@ class CONTENT_EXPORT ContentViewCore {
// May return null reference.
virtual base::android::ScopedJavaLocalRef<jobject> GetJavaObject() = 0;
- virtual bool ShowPastePopup(const ContextMenuParams& params) = 0;
+ virtual bool ShowSelectionMenu(const ContextMenuParams& params) = 0;
virtual ui::WindowAndroid* GetWindowAndroid() const = 0;

Powered by Google App Engine
This is Rietveld 408576698