Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/widget/ChromeSwitchCompat.java

Issue 869363002: Add note to delete code once support library is updated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698