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

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

Issue 2089933002: Context Menu Refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing nits Created 4 years, 6 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 38157043207275787b11d98ba2f3b5eee65d86d3..dfbbe5dfa3ba31472d1ace5d24b7930012ce51fc 100644
--- a/content/public/browser/android/content_view_core.h
+++ b/content/public/browser/android/content_view_core.h
@@ -45,7 +45,6 @@ class CONTENT_EXPORT ContentViewCore : public ui::ViewAndroid {
// May return null reference.
virtual base::android::ScopedJavaLocalRef<jobject> GetJavaObject() = 0;
virtual const scoped_refptr<cc::Layer>& GetLayer() const = 0;
- virtual bool ShowPastePopup(int x, int y) = 0;
virtual float GetDpiScale() const = 0;
virtual void PauseOrResumeGeolocation(bool should_pause) = 0;

Powered by Google App Engine
This is Rietveld 408576698