Index: chrome/android/java/res/values/colors.xml |
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml |
index 6cfd10fe553fa5f54279f4d152649a1c1f666f1c..9eea5373b3845756366f3933ecb7a74f7ab5f7bd 100644 |
--- a/chrome/android/java/res/values/colors.xml |
+++ b/chrome/android/java/res/values/colors.xml |
@@ -104,6 +104,11 @@ |
<color name="contextual_search_promo_text_color">#333333</color> |
<color name="contextual_search_promo_background_color">#EEEEEE</color> |
+ <!-- Progress Bar colors --> |
+ <color name="progress_bar_foreground">@color/light_active_color</color> |
+ <color name="progress_bar_background">#3d4386f7</color> |
+ <color name="progress_bar_background_white">#4d000000</color> |
+ |
<!-- Theme colors. Also used for toolbar background --> |
<color name="incognito_primary_color">#505050</color> |