Index: chrome/browser/ui/apps/chrome_app_delegate.h |
diff --git a/chrome/browser/ui/apps/chrome_app_delegate.h b/chrome/browser/ui/apps/chrome_app_delegate.h |
index 4e7c7d4f01e6db440058398c358ec1d1e3fc9ad1..e1224a37e5f6ff1821da17c0889baf002ac64309 100644 |
--- a/chrome/browser/ui/apps/chrome_app_delegate.h |
+++ b/chrome/browser/ui/apps/chrome_app_delegate.h |
@@ -40,7 +40,7 @@ class ChromeAppDelegate : public extensions::AppDelegate, |
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) override; |
content::ColorChooser* ShowColorChooser(content::WebContents* web_contents, |