| 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 3a46c71c60527b8c9777ddea7c388c1c21f6d5fe..dff3030e4d69ca22dbb574165fadcd6106b659ce 100644
|
| --- a/chrome/android/java/res/values/attrs.xml
|
| +++ b/chrome/android/java/res/values/attrs.xml
|
| @@ -38,6 +38,10 @@
|
| <attr name="floatLabelHint" format="reference|string" />
|
| </declare-styleable>
|
|
|
| + <declare-styleable name="EmptyAlertEditText">
|
| + <attr name="alertMessage" format="string" />
|
| + </declare-styleable>
|
| +
|
| <declare-styleable name="ButtonCompat">
|
| <attr name="buttonColor" format="reference|color"/>
|
| </declare-styleable>
|
|
|