| Index: chrome/browser/browser_theme_provider.cc
|
| diff --git a/chrome/browser/browser_theme_provider.cc b/chrome/browser/browser_theme_provider.cc
|
| index 78cad0d992a80d945889152c6da0d2d54e9679e6..b8e6b6d9b128a8a73fdccd7f898c625b408199b1 100644
|
| --- a/chrome/browser/browser_theme_provider.cc
|
| +++ b/chrome/browser/browser_theme_provider.cc
|
| @@ -556,7 +556,7 @@ std::string BrowserThemeProvider::AlignmentToString(int alignment) {
|
| }
|
|
|
| void BrowserThemeProvider::SetColor(const char* key, const SkColor& color) {
|
| - colors_[kColorFrame] = color;
|
| + colors_[key] = color;
|
| }
|
|
|
| void BrowserThemeProvider::SetTint(const char* key, const skia::HSL& tint) {
|
|
|