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

Unified Diff: content/browser/web_contents/web_contents_android.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/browser/web_contents/web_contents_android.h
diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
index fb16b3255d9e30aaac87cdfce14e38c9cbd8b677..5aaaf31b318a6034e0e9cfb4a39543dd85577f49 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -174,9 +174,6 @@ class CONTENT_EXPORT WebContentsAndroid
jfloat width,
jfloat height);
- void OnContextMenuClosed(JNIEnv* env,
- const base::android::JavaParamRef<jobject>& obj);
-
void ReloadLoFiImages(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj);

Powered by Google App Engine
This is Rietveld 408576698