| Index: ui/web_dialogs/web_dialog_delegate.cc
|
| diff --git a/ui/web_dialogs/web_dialog_delegate.cc b/ui/web_dialogs/web_dialog_delegate.cc
|
| index 8020c555e7287f1c126e308a9db7ffae3267ecc1..e4895f174fc155891573513930b9acbc3df7ea68 100644
|
| --- a/ui/web_dialogs/web_dialog_delegate.cc
|
| +++ b/ui/web_dialogs/web_dialog_delegate.cc
|
| @@ -43,7 +43,7 @@ bool WebDialogDelegate::HandleAddNewContents(
|
| content::WebContents* source,
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| - const gfx::Rect& initial_pos,
|
| + const gfx::Rect& initial_rect,
|
| bool user_gesture) {
|
| return false;
|
| }
|
|
|