You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../chrome/browser/ui/cocoa/browser_window_cocoa.mm:830:18: error: instance method '-updateSidebarForTabContents:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
[controller_ updateSidebarForTabContents:tab_contents];
^~~~~~~~~~~~~~~~~~~~~~~~~~~
It seems that we need some change as:
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
@@ -315,7 +315,7 @@ void BrowserWindowCocoa::BookmarkBarStateChanged(
void BrowserWindowCocoa::UpdateDevTools() {
[controller_ updateDevToolsForContents:
browser_->tab_strip_model()->GetActiveWebContents()];
There are build issues after the last changes applied at 5b4e587 to port at the cocoa part the perWindow approach.
The text was updated successfully, but these errors were encountered: