| Index: chrome/browser/ui/panels/panel_host.cc
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel_host.cc (revision 154977)
|
| +++ chrome/browser/ui/panels/panel_host.cc (working copy)
|
| @@ -113,7 +113,8 @@
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
| - bool user_gesture) {
|
| + bool user_gesture,
|
| + bool* was_blocked) {
|
| chrome::NavigateParams navigate_params(profile_, new_contents->GetURL(),
|
| content::PAGE_TRANSITION_LINK);
|
| // Create a TabContents because the NavigateParams takes a TabContents,
|
|
|