Index: extensions/browser/extension_host.h |
diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h |
index 62925fc3c11b669a5dc8c129bd3a9483acec0be2..567499ba06ff4a3c8c3cca1eeb420eba9159eb41 100644 |
--- a/extensions/browser/extension_host.h |
+++ b/extensions/browser/extension_host.h |
@@ -109,7 +109,7 @@ class ExtensionHost : 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; |
void CloseContents(content::WebContents* contents) override; |