| Index: chrome/android/java/src/org/chromium/chrome/browser/widget/ChromeSwitchCompat.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/widget/ChromeSwitchCompat.java b/chrome/android/java/src/org/chromium/chrome/browser/widget/ChromeSwitchCompat.java
|
| index 3a98cb6e4806d8f603781a9d37935c1f8ae2b7a2..fe6526b7b71aa5014a6ef3043398018f04b4a295 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/widget/ChromeSwitchCompat.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/widget/ChromeSwitchCompat.java
|
| @@ -18,6 +18,8 @@ import android.widget.Switch;
|
| * TalkBack doesn't recognize the SwitchCompat class, so it reads events with that classname as
|
| * "Checkbox". This works around the bug by marking accessibility events from SwitchCompat with the
|
| * Switch class name, which TalkBack recognizes.
|
| + *
|
| + * TODO(newt): Delete this class once the support library is fixed. http://b/19110477
|
| */
|
| public class ChromeSwitchCompat extends SwitchCompat {
|
|
|
|
|