| Index: chrome/browser/cocoa/chrome_browser_window.mm
|
| diff --git a/chrome/browser/cocoa/chrome_browser_window.mm b/chrome/browser/cocoa/chrome_browser_window.mm
|
| index f9d0722da592e5cb62377eff8ee3504449c6ae5b..20d3c775c1591303e1aa7904070fc51292b92783 100644
|
| --- a/chrome/browser/cocoa/chrome_browser_window.mm
|
| +++ b/chrome/browser/cocoa/chrome_browser_window.mm
|
| @@ -261,6 +261,7 @@ namespace {
|
| [super resignMainWindow];
|
| }
|
|
|
| +// Called after the current theme has changed.
|
| - (void)themeDidChangeNotification:(NSNotification*)aNotification {
|
| GTMTheme* theme = [aNotification object];
|
| if ([theme isEqual:[self gtm_theme]]) {
|
|
|