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

Unified Diff: ui/accessibility/platform/atk_util_auralinux.h

Issue 1028553003: Linux Aura accessibility is enabled only on GNOME desktops (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup Created 5 years, 7 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 | « ui/accessibility/accessibility.gyp ('k') | ui/accessibility/platform/atk_util_auralinux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/accessibility/accessibility.gyp ('k') | ui/accessibility/platform/atk_util_auralinux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698