| Index: chrome/browser/ui/browser.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser.h (revision 154977)
|
| +++ chrome/browser/ui/browser.h (working copy)
|
| @@ -539,7 +539,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 ActivateContents(content::WebContents* contents) OVERRIDE;
|
| virtual void DeactivateContents(content::WebContents* contents) OVERRIDE;
|
| virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE;
|
|
|