Chromium Code Reviews| Index: ui/accessibility/platform/ax_platform_node.cc |
| diff --git a/ui/accessibility/platform/ax_platform_node.cc b/ui/accessibility/platform/ax_platform_node.cc |
| index a521f84f9792419a0c8dd09041e002deaf262555..d7432ae281cb19e3c9505efe45c1673d4d346023 100644 |
| --- a/ui/accessibility/platform/ax_platform_node.cc |
| +++ b/ui/accessibility/platform/ax_platform_node.cc |
| @@ -21,7 +21,7 @@ base::LazyInstance<UniqueIdMap>::DestructorAtExit g_unique_id_map = |
| LAZY_INSTANCE_INITIALIZER; |
| } |
| -#if !defined(OS_WIN) |
| +#if defined(OS_ANDROID) |
|
tapted
2017/03/23 04:24:32
I think this #if block can just be removed now (i.
Patti Lor
2017/03/24 04:34:00
Oo, ok. Thanks, done!
|
| // This is the default implementation for platforms where native views |
| // accessibility is unsupported or unfinished. |
| // |