| 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 cbcf2b99effd8d1f4fdd94d85301e75da44272e4..19ecc3969cf27700a52e854a67b35b75b7b13035 100644
|
| --- a/chrome/android/java/res/values/attrs.xml
|
| +++ b/chrome/android/java/res/values/attrs.xml
|
| @@ -71,6 +71,9 @@
|
| </declare-styleable>
|
|
|
| <declare-styleable name="SpinnerPreference">
|
| + <!-- Used to change the SpinnerPreference to display the TextView and the Spinner on the
|
| + same line. Devices with a smallest width of less than 360dp will still use two separate
|
| + lines. -->
|
| <attr name="singleLine" format="boolean" />
|
| </declare-styleable>
|
| </resources>
|
|
|