| 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 113477a4a2cf000f57e63292b1ccac7c476dea85..a6cdb1e5c6d463015e125974fbf5a846dde4db40 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -203,6 +203,9 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
|
| // Send a command to the renderer to turn on full accessibility.
|
| virtual void EnableFullAccessibilityMode() = 0;
|
|
|
| + virtual bool GetAccessibilityEnabled() const = 0;
|
| + virtual void SetAccessibilityEnabled(bool enabled) = 0;
|
| +
|
| // Forwards the given message to the renderer. These are called by
|
| // the view when it has received a message.
|
| virtual void ForwardMouseEvent(
|
|
|