| Index: chrome/android/java/res/values/attrs.xml
|
| diff --git a/chrome/android/java/res/values/attrs.xml b/chrome/android/java/res/values/attrs.xml
|
| index 1bdd359edc512d408625648f5cf4389885659bf9..cb74a3c002416c480407e1a2b0e20b64c97f2a28 100644
|
| --- a/chrome/android/java/res/values/attrs.xml
|
| +++ b/chrome/android/java/res/values/attrs.xml
|
| @@ -57,6 +57,12 @@
|
| <attr name="backgroundColor" format="reference|color" />
|
| </declare-styleable>
|
|
|
| + <declare-styleable name="MaterialProgressBar">
|
| + <attr name="colorBackground" format="reference|color" />
|
| + <attr name="colorProgress" format="reference|color" />
|
| + <attr name="colorSecondaryProgress" format="reference|color" />
|
| + </declare-styleable>
|
| +
|
| <declare-styleable name="RadioButtonWithDescription">
|
| <attr name="titleText" format="string" />
|
| </declare-styleable>
|
|
|