| Index: chrome/browser/themes/theme_service.cc
|
| diff --git a/chrome/browser/themes/theme_service.cc b/chrome/browser/themes/theme_service.cc
|
| index 8c8103e5ebb80e583471e72c94b4be0affe93004..77549f419546b8feaac74f794bdafe4105f94d06 100644
|
| --- a/chrome/browser/themes/theme_service.cc
|
| +++ b/chrome/browser/themes/theme_service.cc
|
| @@ -438,6 +438,8 @@ SkColor ThemeService::GetDefaultColor(int id, bool incognito) const {
|
| return SkColorSetA(
|
| GetColor(ThemeProperties::COLOR_TOOLBAR_BUTTON_ICON, incognito),
|
| 0x33);
|
| + case ThemeProperties::COLOR_LOCATION_BAR_BORDER:
|
| + return SkColorSetA(SK_ColorBLACK, 0x4D);
|
| case ThemeProperties::COLOR_TOOLBAR_TOP_SEPARATOR:
|
| case ThemeProperties::COLOR_TOOLBAR_TOP_SEPARATOR_INACTIVE: {
|
| const SkColor tab_color =
|
|
|