| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index 2a5bf15a1ec0df8ccd7373ae8dd56c41303cebe3..098d7ba64059207989a4c897b7f3c2ff85909366 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -196,9 +196,8 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Channel::Sender {
|
| CGContextRef target) = 0;
|
| #endif
|
|
|
| - // Enable renderer accessibility. This should only be called when a
|
| - // screenreader is detected.
|
| - virtual void EnableRendererAccessibility() = 0;
|
| + // Send a command to the renderer to turn on full accessibility.
|
| + virtual void EnableFullAccessibilityMode() = 0;
|
|
|
| // Forwards the given message to the renderer. These are called by
|
| // the view when it has received a message.
|
|
|