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

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

Issue 10316010: Revert 135020 - 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_manager.cc
===================================================================
--- content/browser/accessibility/browser_accessibility_manager.cc (revision 135026)
+++ content/browser/accessibility/browser_accessibility_manager.cc (working copy)
@@ -21,9 +21,9 @@
// static
int32 BrowserAccessibilityManager::next_child_id_ = -1;
-#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(TOOLKIT_GTK)
-// We have implementations of BrowserAccessibilityManager on Win, Mac,
-// and GTK. If we have anything else, just 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
BrowserAccessibilityManager* BrowserAccessibilityManager::Create(
gfx::NativeView parent_view,

Powered by Google App Engine
This is Rietveld 408576698