Index: extensions/browser/extension_host_delegate.h |
diff --git a/extensions/browser/extension_host_delegate.h b/extensions/browser/extension_host_delegate.h |
index b14580d5f76dbfc8c66e82ce9c6dacf22919057f..71c0990dc83e8847d5338f57d44f0d161826c098 100644 |
--- a/extensions/browser/extension_host_delegate.h |
+++ b/extensions/browser/extension_host_delegate.h |
@@ -46,7 +46,7 @@ class ExtensionHostDelegate { |
virtual void CreateTab(content::WebContents* web_contents, |
const std::string& extension_id, |
WindowOpenDisposition disposition, |
- const gfx::Rect& initial_pos, |
+ const gfx::Rect& initial_rect, |
bool user_gesture) = 0; |
// Requests access to an audio or video media stream. Invokes |callback| |