| Index: chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h b/chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h
|
| index a8019ce44a52961fb78d5b660766c19e9e1ed977..5a748cf91b696b0726f38ed781c0e4a5bab92de1 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h
|
| @@ -41,6 +41,9 @@ class AutofillDialogSignInDelegate: public content::WebContentsDelegate,
|
| const gfx::Rect& initial_pos,
|
| bool user_gesture,
|
| bool* was_blocked) OVERRIDE;
|
| + virtual bool PreHandleGestureEvent(
|
| + content::WebContents* source,
|
| + const blink::WebGestureEvent& event) OVERRIDE;
|
|
|
| // WebContentsObserver implementation.
|
| virtual void RenderViewCreated(
|
|
|