| Index: chrome/browser/ui/browser.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser.cc (revision 154977)
|
| +++ chrome/browser/ui/browser.cc (working copy)
|
| @@ -1306,9 +1306,10 @@
|
| WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
| - bool user_gesture) {
|
| + bool user_gesture,
|
| + bool* was_blocked) {
|
| chrome::AddWebContents(this, source, new_contents, disposition, initial_pos,
|
| - user_gesture);
|
| + user_gesture, was_blocked);
|
| }
|
|
|
| void Browser::ActivateContents(WebContents* contents) {
|
|
|