| Index: chrome/browser/background/background_contents.h
|
| diff --git a/chrome/browser/background/background_contents.h b/chrome/browser/background/background_contents.h
|
| index 59711e4b82af8f5391be56a98e296de3aa50b27f..e7345e344c7c6572da0f1e721f105d6c3e941742 100644
|
| --- a/chrome/browser/background/background_contents.h
|
| +++ b/chrome/browser/background/background_contents.h
|
| @@ -36,7 +36,7 @@ class BackgroundContents : public content::WebContentsDelegate,
|
| // set to true if the popup gets blocked, and left unchanged otherwise.
|
| virtual void AddWebContents(content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| - const gfx::Rect& initial_pos,
|
| + const gfx::Rect& initial_rect,
|
| bool user_gesture,
|
| bool* was_blocked) = 0;
|
|
|
| @@ -63,7 +63,7 @@ class BackgroundContents : public content::WebContentsDelegate,
|
| 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;
|
| bool IsNeverVisible(content::WebContents* web_contents) override;
|
|
|