Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: chrome/browser/browser.h

Issue 303030: Mac: Enable help when there are no windows. (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698