| 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();
|
|
|