diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-12 00:09:47 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-12 00:09:47 +0000 |
commit | 90a8bf25708f3041c1580166e6cd6e3efff4636a (patch) | |
tree | 49d012711bcb00186c5ec307e3d36782b6b96d3f /chrome/browser/browser.h | |
parent | e6bd9f01a4ef4a1d5ffe22e0437a373a20d98fe4 (diff) | |
download | chromium_src-90a8bf25708f3041c1580166e6cd6e3efff4636a.zip chromium_src-90a8bf25708f3041c1580166e6cd6e3efff4636a.tar.gz chromium_src-90a8bf25708f3041c1580166e6cd6e3efff4636a.tar.bz2 |
Open tabbed bookmark manager from menus as well.
This is the Mac part of issue 826002.
BUG=37372
TEST=Start chrome with --enable-tabbed-bookmark-manage and open the BMM from the app menu, as well as bookmark bar context menu etc. All entries should take you to the tabbed bookmark manager.
Review URL: http://codereview.chromium.org/871003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41361 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r-- | chrome/browser/browser.h | 1 |
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); |