Index: chrome/browser/views/extensions/extension_shelf.cc |
=================================================================== |
--- chrome/browser/views/extensions/extension_shelf.cc (revision 53545) |
+++ chrome/browser/views/extensions/extension_shelf.cc (working copy) |
@@ -780,7 +780,7 @@ |
return true; |
} |
-void ExtensionShelf::ThemeChanged() { |
+void ExtensionShelf::OnThemeChanged() { |
// Refresh the CSS to update toolstrip text colors from theme. |
int count = model_->count(); |
for (int i = 0; i < count; ++i) |