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

Unified Diff: content/browser/renderer_host/render_widget_host_view_gtk.cc

Issue 10793032: Merge 147074 - Don't turn on accessibility automatically on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_gtk.cc
===================================================================
--- content/browser/renderer_host/render_widget_host_view_gtk.cc (revision 147074)
+++ content/browser/renderer_host/render_widget_host_view_gtk.cc (working copy)
@@ -1497,9 +1497,6 @@
}
AtkObject* RenderWidgetHostViewGtk::GetAccessible() {
- RenderWidgetHostImpl::From(GetRenderWidgetHost())->
- SetAccessibilityMode(AccessibilityModeComplete);
-
if (!browser_accessibility_manager_.get()) {
GtkWidget* parent = gtk_widget_get_parent(view_.get());
browser_accessibility_manager_.reset(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698