| Index: chrome/browser/ui/views/external_tab_container_win.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/external_tab_container_win.h (revision 154977)
|
| +++ chrome/browser/ui/views/external_tab_container_win.h (working copy)
|
| @@ -115,7 +115,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 CloseContents(content::WebContents* source) OVERRIDE;
|
| virtual void MoveContents(content::WebContents* source,
|
| const gfx::Rect& pos) OVERRIDE;
|
|
|