| Index: chrome/browser/ui/browser.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser.h (revision 66663)
|
| +++ chrome/browser/ui/browser.h (working copy)
|
| @@ -250,9 +250,8 @@
|
| extension_misc::LaunchContainer container,
|
| const GURL& url);
|
|
|
| - // Open an application in a new application window. Used to implement
|
| - // app shortcuts.
|
| - static TabContents* OpenApplicationWindow(Profile* profile, const GURL& url);
|
| + // Open an application for |extension| in a new application window or panel.
|
| + static TabContents* OpenApplicationWindow(Profile* profile, GURL& url);
|
|
|
| // Open an application for |extension| in a new application tab, or
|
| // |existing_tab| if not NULL. Returns NULL if there are no appropriate
|
|
|