| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 8478d9727cc19fb7465aa39f92ea8ad9a290c76d..ff72aa552cef3c5bb7890c137cf5300e2409b499 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -548,7 +548,7 @@ class Browser : public TabStripModelObserver,
|
| void AddNewContents(content::WebContents* source,
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| - const gfx::Rect& initial_pos,
|
| + const gfx::Rect& initial_rect,
|
| bool user_gesture,
|
| bool* was_blocked) override;
|
| void ActivateContents(content::WebContents* contents) override;
|
|
|