diff options
Diffstat (limited to 'chrome/views')
-rw-r--r-- | chrome/views/custom_frame_window.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/views/custom_frame_window.cc b/chrome/views/custom_frame_window.cc index 0acf4b3..08f8e6d 100644 --- a/chrome/views/custom_frame_window.cc +++ b/chrome/views/custom_frame_window.cc @@ -885,6 +885,8 @@ void CustomFrameWindow::UpdateWindowTitle() { // Layout winds up causing the title to be re-validated during // string measurement. non_client_view_->Layout(); + // Must call the base class too so that places like the Task Bar get updated. + Window::UpdateWindowTitle(); } void CustomFrameWindow::EnableClose(bool enable) { |