| Index: chrome/browser/ui/views/frame/browser_header_painter_ash.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_header_painter_ash.cc b/chrome/browser/ui/views/frame/browser_header_painter_ash.cc
|
| index 0cd9bba8dcff7e5e9470995569e3721d921c7086..33bbabe617f6b1cb5ce01a6cf46fa1fa9b36155b 100644
|
| --- a/chrome/browser/ui/views/frame/browser_header_painter_ash.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_header_painter_ash.cc
|
| @@ -148,6 +148,9 @@ void BrowserHeaderPainterAsh::Init(
|
| view_ = header_view;
|
| window_icon_ = window_icon;
|
| caption_button_container_ = caption_button_container;
|
| + // Use light images in otr, even when a custom theme is installed. The
|
| + // otr window with a custom theme is still darker than a normal window.
|
| + caption_button_container_->SetUseLightImages(is_incognito_);
|
| }
|
|
|
| int BrowserHeaderPainterAsh::GetMinimumHeaderWidth() const {
|
|
|