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

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

Issue 2360103002: Removing unnecessary context menu logic (Closed)
Patch Set: fixed nits Created 4 years, 3 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 e2e9724cf5aa6ca01bec41427bf147b31f9a0c5c..9d0b521d639dac7ef1014be02155d084f96c2138 100644
--- a/content/public/browser/android/content_view_core.h
+++ b/content/public/browser/android/content_view_core.h
@@ -42,7 +42,7 @@ class CONTENT_EXPORT ContentViewCore {
// May return null reference.
virtual base::android::ScopedJavaLocalRef<jobject> GetJavaObject() = 0;
- virtual bool ShowPastePopup(int x, int y) = 0;
+ virtual void ShowPastePopup(int x, int y) = 0;
virtual void PauseOrResumeGeolocation(bool should_pause) = 0;

Powered by Google App Engine
This is Rietveld 408576698