| 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 50b4a65858b8115dcd9099a02bdd07a0ba3599b0..02be1306e5db0393e0cbc1de1cb872c72586633e 100644
|
| --- a/ui/web_dialogs/web_dialog_web_contents_delegate.h
|
| +++ b/ui/web_dialogs/web_dialog_web_contents_delegate.h
|
| @@ -64,6 +64,7 @@ class WEB_DIALOGS_EXPORT WebDialogWebContentsDelegate
|
| bool* was_blocked) OVERRIDE;
|
| virtual bool IsPopupOrPanel(
|
| const content::WebContents* source) const OVERRIDE;
|
| + virtual void WebContentsFocused(content::WebContents* contents) OVERRIDE;
|
| virtual bool PreHandleGestureEvent(
|
| content::WebContents* source,
|
| const blink::WebGestureEvent& event) OVERRIDE;
|
|
|