diff options
Diffstat (limited to 'chrome/browser/app_controller_mac.mm')
-rw-r--r-- | chrome/browser/app_controller_mac.mm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm index b1acdeb..61e8e09 100644 --- a/chrome/browser/app_controller_mac.mm +++ b/chrome/browser/app_controller_mac.mm @@ -461,7 +461,8 @@ void RecordLastRunAppBundlePath() { // Rebuild the menus with the new profile. lastProfile_ = profile; - bookmarkMenuBridge_.reset(new BookmarkMenuBridge(lastProfile_)); + bookmarkMenuBridge_.reset(new BookmarkMenuBridge(lastProfile_, + [[[NSApp mainMenu] itemWithTag:IDC_BOOKMARKS_MENU] submenu])); bookmarkMenuBridge_->BuildMenu(); historyMenuBridge_.reset(new HistoryMenuBridge(lastProfile_)); |