diff --git a/shell/browser/native_window_mac.mm b/shell/browser/native_window_mac.mm index 3e5ee7701028..721ed09c47e9 100644 --- a/shell/browser/native_window_mac.mm +++ b/shell/browser/native_window_mac.mm @@ -1150,6 +1150,8 @@ double NativeWindowMac::GetOpacity() { void NativeWindowMac::SetRepresentedFilename(const std::string& filename) { [window_ setRepresentedFilename:base::SysUTF8ToNSString(filename)]; + if (buttons_proxy_) + [buttons_proxy_ redraw]; } std::string NativeWindowMac::GetRepresentedFilename() {