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

Unified Diff: content/browser/web_contents/web_contents_android.cc

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/browser/web_contents/web_contents_android.cc
diff --git a/content/browser/web_contents/web_contents_android.cc b/content/browser/web_contents/web_contents_android.cc
index 19358291816e798c65382ac7154b4d76d6c10bf7..d85822d6c47921c6897082d163c04916d2832319 100644
--- a/content/browser/web_contents/web_contents_android.cc
+++ b/content/browser/web_contents/web_contents_android.cc
@@ -653,12 +653,6 @@ void WebContentsAndroid::GetContentBitmap(
result_callback);
}
-void WebContentsAndroid::OnContextMenuClosed(JNIEnv* env,
- const JavaParamRef<jobject>& obj) {
- static_cast<WebContentsImpl*>(web_contents_)
- ->NotifyContextMenuClosed(CustomContextMenuContext());
-}
-
void WebContentsAndroid::ReloadLoFiImages(JNIEnv* env,
const JavaParamRef<jobject>& obj) {
static_cast<WebContentsImpl*>(web_contents_)->ReloadLoFiImages();

Powered by Google App Engine
This is Rietveld 408576698