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

Unified Diff: content/shell/browser/shell_android.cc

Issue 2132983002: Move content shell context menu to ShellWebContentsViewDelegate in Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 5 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/shell/browser/shell_android.cc
diff --git a/content/shell/browser/shell_android.cc b/content/shell/browser/shell_android.cc
index b1a2348dec3c632415109ea79c04fb17391705b2..8cc8a8a8be8f727dca97e7ec2df1607c4dc8fa2c 100644
--- a/content/shell/browser/shell_android.cc
+++ b/content/shell/browser/shell_android.cc
@@ -88,11 +88,6 @@ bool Shell::PlatformIsFullscreenForTabOrPending(
return Java_Shell_isFullscreenForTabOrPending(env, java_object_.obj());
}
-bool Shell::PlatformHandleContextMenu(
- const content::ContextMenuParams& params) {
- return false;
-}
-
void Shell::Close() {
RemoveShellView(java_object_.obj());
delete this;

Powered by Google App Engine
This is Rietveld 408576698