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 |