| Index: ui/accessibility/platform/atk_util_auralinux.h
|
| diff --git a/ui/accessibility/platform/atk_util_auralinux.h b/ui/accessibility/platform/atk_util_auralinux.h
|
| index 8ecb16685e618c19a8b87ecd38a6db307f30011a..0895b42d66a5e12f4a46a254d345023cc7500f74 100644
|
| --- a/ui/accessibility/platform/atk_util_auralinux.h
|
| +++ b/ui/accessibility/platform/atk_util_auralinux.h
|
| @@ -29,6 +29,14 @@ class AtkUtilAuraLinux {
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<AtkUtilAuraLinux>;
|
| +
|
| + void CheckIfAccessibilityIsEnabledOnFileThread();
|
| + bool CheckPlatformAccessibilitySupportOnFileThread();
|
| + void FinishAccessibilityInitOnUIThread();
|
| +
|
| +#if defined(USE_GCONF) || defined(USE_DBUS)
|
| + bool is_enabled_;
|
| +#endif
|
| };
|
|
|
| } // namespace ui
|
|
|