Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / shell / browser / shell_web_contents_view_delegate.h
index 1165a43..cbbf33d 100644 (file)
@@ -14,11 +14,11 @@ namespace content {
 class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
  public:
   explicit ShellWebContentsViewDelegate(WebContents* web_contents);
-  virtual ~ShellWebContentsViewDelegate();
+  ~ShellWebContentsViewDelegate() override;
 
   // Overridden from WebContentsViewDelegate:
-  virtual void ShowContextMenu(RenderFrameHost* render_frame_host,
-                               const ContextMenuParams& params) OVERRIDE;
+  void ShowContextMenu(RenderFrameHost* render_frame_host,
+                       const ContextMenuParams& params) override;
 
 #if defined(OS_MACOSX)
   void ActionPerformed(int id);
@@ -26,17 +26,6 @@ class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
   void MenuItemSelected(int selection);
 #endif
 
-#if defined(TOOLKIT_VIEWS)
-  virtual void ShowDisambiguationPopup(
-      const gfx::Rect& target_rect,
-      const SkBitmap& zoomed_bitmap,
-      const gfx::NativeView content,
-      const base::Callback<void(ui::GestureEvent*)>& gesture_cb,
-      const base::Callback<void(ui::MouseEvent*)>& mouse_cb) OVERRIDE;
-
-  virtual void HideDisambiguationPopup() OVERRIDE;
-#endif
-
  private:
   WebContents* web_contents_;
   ContextMenuParams params_;