Chromium Code Reviews| 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 38e3f50f3168458296f9e443c2911e27d7c1a8f4..ed2e5cd3fb7248323861866701967025b07bada9 100644 |
| --- a/chrome/android/java/res/values/attrs.xml |
| +++ b/chrome/android/java/res/values/attrs.xml |
| @@ -11,6 +11,8 @@ |
| <declare-styleable name="HyperlinkPreference"> |
| <!-- The URL to load when the preference is clicked --> |
| <attr name="url" format="string" /> |
| + <!-- True if the hyperlink should look like an <a> element. Default is false. --> |
| + <attr name="immitateWebLink" format="boolean" /> |
|
newt (away)
2015/01/15 18:40:47
one "m" in imitate
Evan Stade
2015/01/15 19:44:40
back to grade school with me
|
| </declare-styleable> |
| <declare-styleable name="ChromeSwitchPreference"> |
| @@ -18,4 +20,4 @@ |
| case that the title is empty. --> |
| <attr name="dontUseSummaryAsTitle" format="boolean" /> |
| </declare-styleable> |
| -</resources> |
| +</resources> |