| Index: chrome/browser/extensions/extension_tab_util.h
|
| diff --git a/chrome/browser/extensions/extension_tab_util.h b/chrome/browser/extensions/extension_tab_util.h
|
| index 0f185d2617dba7cd55928f684a3ba45059a9f8bc..5a45abf8283c9a61a38326d2ad602b2eac72ea15 100644
|
| --- a/chrome/browser/extensions/extension_tab_util.h
|
| +++ b/chrome/browser/extensions/extension_tab_util.h
|
| @@ -161,7 +161,7 @@ class ExtensionTabUtil {
|
| static 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);
|
|
|
| // Executes the specified callback for all tabs in all browser windows.
|
|
|