Chromium Code Reviews| Index: chrome/browser/browser_theme_provider.cc |
| =================================================================== |
| --- chrome/browser/browser_theme_provider.cc (revision 39252) |
| +++ chrome/browser/browser_theme_provider.cc (working copy) |
| @@ -541,6 +541,9 @@ |
| service->Notify(NotificationType::BROWSER_THEME_CHANGED, |
| Source<BrowserThemeProvider>(this), |
| NotificationService::NoDetails()); |
| +#if defined(OS_MACOSX) |
| + NotifyPlatformThemeChanged(); |
| +#endif // OS_MACOSX |
| } |
| #if defined(OS_WIN) |