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

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

Issue 14473011: Adds new experimental accessibility extension api to enable or disable native accessibility. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address sky's comments; add new method to experimental_accessibility.json. Created 7 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/renderer_host/render_widget_host_view_win.cc
diff --git a/content/browser/renderer_host/render_widget_host_view_win.cc b/content/browser/renderer_host/render_widget_host_view_win.cc
index 6b2c3f0856b14a6e2ac2656d38d860877cd0ef89..fccf45a2ebd6afdc75ce907c2282d54b144b551f 100644
--- a/content/browser/renderer_host/render_widget_host_view_win.cc
+++ b/content/browser/renderer_host/render_widget_host_view_win.cc
@@ -2642,7 +2642,7 @@ LRESULT RenderWidgetHostViewWin::OnGetObject(UINT message, WPARAM wparam,
// active windows screen reader.
BrowserAccessibilityState::GetInstance()->OnScreenReaderDetected();
render_widget_host_->SetAccessibilityMode(
- BrowserAccessibilityStateImpl::GetInstance()->GetAccessibilityMode());
+ BrowserAccessibilityStateImpl::GetInstance()->accessibility_mode());
// Return with failure.
return static_cast<LRESULT>(0L);

Powered by Google App Engine
This is Rietveld 408576698