| Index: content/shell/browser/shell_web_contents_view_delegate.h
|
| diff --git a/content/shell/browser/shell_web_contents_view_delegate.h b/content/shell/browser/shell_web_contents_view_delegate.h
|
| index 54ccfa6de8758e89581a4cfce9134445df0e89f8..6da8865fd95652cc5136c88e3c0d892923446053 100644
|
| --- a/content/shell/browser/shell_web_contents_view_delegate.h
|
| +++ b/content/shell/browser/shell_web_contents_view_delegate.h
|
| @@ -26,6 +26,14 @@ class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
|
| void MenuItemSelected(int selection);
|
| #endif
|
|
|
| +#if defined(TOOLKIT_VIEWS)
|
| + virtual void ShowLinkDisambiguationPopup(const gfx::Rect& target_rect,
|
| + const SkBitmap& zoomed_bitmap,
|
| + const gfx::NativeView content,
|
| + const GestureCallback callback)
|
| + OVERRIDE;
|
| +#endif
|
| +
|
| private:
|
| WebContents* web_contents_;
|
| ContextMenuParams params_;
|
|
|