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

Unified Diff: content/shell/browser/shell_aura.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_aura.cc
diff --git a/content/shell/browser/shell_aura.cc b/content/shell/browser/shell_aura.cc
index dff4c2adbefeed3b6cc971e8fe121e7aae237527..aba4ccf99f3ed1b659420c2a4c6aecffa4aeb7f9 100644
--- a/content/shell/browser/shell_aura.cc
+++ b/content/shell/browser/shell_aura.cc
@@ -66,9 +66,4 @@ void Shell::Close() {
void Shell::PlatformSetTitle(const base::string16& title) {
}
-bool Shell::PlatformHandleContextMenu(
- const content::ContextMenuParams& params) {
- return false;
-}
-
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698