| Index: ui/views/controls/progress_bar.cc
|
| diff --git a/ui/views/controls/progress_bar.cc b/ui/views/controls/progress_bar.cc
|
| index c34ac5dee555d3bceb16ff353a3602e3283569b0..8533d62fa9970ba6713d5651dfe045c26758eacc 100644
|
| --- a/ui/views/controls/progress_bar.cc
|
| +++ b/ui/views/controls/progress_bar.cc
|
| @@ -117,7 +117,7 @@ void ProgressBar::SetValue(double value) {
|
|
|
| SkColor ProgressBar::GetForegroundColor() const {
|
| return GetNativeTheme()->GetSystemColor(
|
| - ui::NativeTheme::kColorId_CallToActionColor);
|
| + ui::NativeTheme::kColorId_ProminentButtonColor);
|
| }
|
|
|
| SkColor ProgressBar::GetBackgroundColor() const {
|
|
|