summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r--chrome/browser/browser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index f8abf95..cff63ee 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -190,6 +190,7 @@ class Browser : public TabStripModelDelegate,
#if defined(OS_MACOSX)
// Open a new window with history/downloads/help (needed on Mac when there are
// no windows).
+ static void OpenBookmarkManagerWindow(Profile* profile);
static void OpenHistoryWindow(Profile* profile);
static void OpenDownloadsWindow(Profile* profile);
static void OpenHelpWindow(Profile* profile);