| Index: chrome/browser/browser.h
|
| diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
|
| index 9fb8a4c5d1fb7faf6442509b0c82163c1a3fd870..0f9cd60dfcf49096fb36f7ab5423d0b039fb6fe7 100644
|
| --- a/chrome/browser/browser.h
|
| +++ b/chrome/browser/browser.h
|
| @@ -155,9 +155,14 @@ class Browser : public TabStripModelDelegate,
|
| // |profile|, that session is re-used.
|
| static void OpenURLOffTheRecord(Profile* profile, const GURL& url);
|
|
|
| - // Opens the a new application ("thin frame") window for the specified url.
|
| + // Opens a new application ("thin frame") window for the specified url.
|
| static void OpenApplicationWindow(Profile* profile, const GURL& url);
|
|
|
| +#if defined(OS_MACOSX)
|
| + // Open a new window with help (needed on Mac when there are no windows).
|
| + static void OpenHelpWindow(Profile* profile);
|
| +#endif
|
| +
|
| // State Storage and Retrieval for UI ///////////////////////////////////////
|
|
|
| // Save and restore the window position.
|
|
|