| Index: ui/views/controls/webview/web_dialog_view.h
|
| ===================================================================
|
| --- ui/views/controls/webview/web_dialog_view.h (revision 154977)
|
| +++ ui/views/controls/webview/web_dialog_view.h (working copy)
|
| @@ -106,7 +106,8 @@
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
| - bool user_gesture) OVERRIDE;
|
| + bool user_gesture,
|
| + bool* was_blocked) OVERRIDE;
|
| virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE;
|
|
|
| private:
|
|
|