Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / shell / browser / shell_web_contents_view_delegate_android.cc
index 3da5475..6905c9d 100644 (file)
@@ -7,7 +7,6 @@
 #include "base/command_line.h"
 #include "content/public/browser/android/content_view_core.h"
 #include "content/public/browser/web_contents.h"
-#include "content/public/browser/web_contents_view.h"
 #include "content/public/common/context_menu_params.h"
 #include "content/shell/browser/shell_web_contents_view_delegate_creator.h"
 
@@ -28,6 +27,7 @@ ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() {
 }
 
 void ShellWebContentsViewDelegate::ShowContextMenu(
+    RenderFrameHost* render_frame_host,
     const ContextMenuParams& params) {
   if (params.is_editable && params.selection_text.empty()) {
     content::ContentViewCore* content_view_core =
@@ -39,8 +39,4 @@ void ShellWebContentsViewDelegate::ShowContextMenu(
   }
 }
 
-WebDragDestDelegate* ShellWebContentsViewDelegate::GetDragDestDelegate() {
-  return NULL;
-}
-
 }  // namespace content