| Index: extensions/browser/app_window/app_delegate.h
|
| diff --git a/extensions/browser/app_window/app_delegate.h b/extensions/browser/app_window/app_delegate.h
|
| index 70f9f1228cd9dcd79374d05a9f80488f229f7c8b..36bcc92828cfe99dc7fe286b178266729a9e34d0 100644
|
| --- a/extensions/browser/app_window/app_delegate.h
|
| +++ b/extensions/browser/app_window/app_delegate.h
|
| @@ -50,7 +50,7 @@ class AppDelegate {
|
| virtual void AddNewContents(content::BrowserContext* context,
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| - const gfx::Rect& initial_pos,
|
| + const gfx::Rect& initial_rect,
|
| bool user_gesture,
|
| bool* was_blocked) = 0;
|
|
|
|
|