Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
| index 64798213163252f60fa5230e2df1814ba08761fd..8c65d652ffd43b223195bac69808e29ee9fe0e4b 100644 |
| --- a/chrome/browser/ui/browser.h |
| +++ b/chrome/browser/ui/browser.h |
| @@ -268,6 +268,7 @@ class Browser : public TabHandlerDelegate, |
| Profile* profile, |
| const Extension* extension, |
| extension_misc::LaunchContainer container, |
| + const GURL& override_url, |
|
sky
2011/11/11 00:12:01
Add a description of override_url here and in Open
|
| WindowOpenDisposition disposition); |
| // Opens a new application window for the specified url. If |as_panel| |
| @@ -298,6 +299,7 @@ class Browser : public TabHandlerDelegate, |
| // there are no appropriate existing browser windows for |profile|. |
| static TabContents* OpenApplicationTab(Profile* profile, |
| const Extension* extension, |
| + const GURL& override_url, |
| WindowOpenDisposition disposition); |
| // Opens a new window and opens the bookmark manager. |