| Index: ui/web_dialogs/web_dialog_web_contents_delegate.h
|
| ===================================================================
|
| --- ui/web_dialogs/web_dialog_web_contents_delegate.h (revision 154977)
|
| +++ ui/web_dialogs/web_dialog_web_contents_delegate.h (working copy)
|
| @@ -61,7 +61,8 @@
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
| - bool user_gesture) OVERRIDE;
|
| + bool user_gesture,
|
| + bool* was_blocked) OVERRIDE;
|
| virtual bool IsPopupOrPanel(
|
| const content::WebContents* source) const OVERRIDE;
|
| virtual bool ShouldAddNavigationToHistory(
|
|
|