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

Unified Diff: content/browser/accessibility/browser_accessibility.cc

Issue 10348011: Revert 135160 - Re-land: Add initial GTK web accessibility framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
Index: content/browser/accessibility/browser_accessibility.cc
===================================================================
--- content/browser/accessibility/browser_accessibility.cc (revision 135165)
+++ content/browser/accessibility/browser_accessibility.cc (working copy)
@@ -15,11 +15,9 @@
typedef WebAccessibility::IntAttribute IntAttribute;
typedef WebAccessibility::StringAttribute StringAttribute;
-#if !defined(OS_MACOSX) && \
- !(defined(OS_WIN) && !defined(USE_AURA)) && \
- !defined(TOOLKIT_GTK)
-// We have subclassess of BrowserAccessibility on Mac, Linux/GTK,
-// and non-Aura Win. For any other platform, instantiate the base class.
+#if (defined(OS_POSIX) && !defined(OS_MACOSX)) || defined(USE_AURA)
+// There's no OS-specific implementation of BrowserAccessibilityManager
+// on Unix, so just instantiate the base class.
// static
BrowserAccessibility* BrowserAccessibility::Create() {
return new BrowserAccessibility();
« no previous file with comments | « content/browser/accessibility/browser_accessibility.h ('k') | content/browser/accessibility/browser_accessibility_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698