| Index: chrome/browser/themes/theme_service.cc
|
| diff --git a/chrome/browser/themes/theme_service.cc b/chrome/browser/themes/theme_service.cc
|
| index 5457f1bafcaa7c287b0b40c08222dce319ef22c9..046784e227cfbc20e3130c7e225ef38e370d7957 100644
|
| --- a/chrome/browser/themes/theme_service.cc
|
| +++ b/chrome/browser/themes/theme_service.cc
|
| @@ -127,7 +127,7 @@ const SkColor kDefaultColorToolbarButtonStrokeInactive =
|
| SkColorSetARGB(75, 99, 99, 99);
|
| const SkColor kDefaultColorToolbarBezel = SkColorSetRGB(204, 204, 204);
|
| const SkColor kDefaultColorToolbarStroke = SkColorSetRGB(103, 103, 103);
|
| -const SkColor kDefaultColorToolbarStrokeInactive = SkColorSetRGB(123, 123, 123);
|
| +const SkColor kDefaultColorToolbarStrokeInactive = SkColorSetRGB(163, 163, 163);
|
| #endif
|
|
|
| // Default tints.
|
|
|