Chromium Code Reviews| Index: ui/web_dialogs/web_dialog_web_contents_delegate.h |
| diff --git a/ui/web_dialogs/web_dialog_web_contents_delegate.h b/ui/web_dialogs/web_dialog_web_contents_delegate.h |
| index 65d514ae3b761254a0e124b0680b75d03fbf3469..db8c7890b744b78bd5ec05806f8d8e8d9f3e247d 100644 |
| --- a/ui/web_dialogs/web_dialog_web_contents_delegate.h |
| +++ b/ui/web_dialogs/web_dialog_web_contents_delegate.h |
| @@ -66,6 +66,10 @@ class WEB_DIALOGS_EXPORT WebDialogWebContentsDelegate |
| virtual bool IsPopupOrPanel( |
| const content::WebContents* source) const OVERRIDE; |
|
jam
2014/01/23 01:34:47
nit: no blank line
|
| + virtual bool PreHandleGestureEvent( |
| + content::WebContents* source, |
| + const blink::WebGestureEvent& event) OVERRIDE; |
| + |
| private: |
| // Weak pointer. Always an original profile. |
| content::BrowserContext* browser_context_; |