| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 85c430028892ca25e1a41e18b3fd549235c755ec..7b56ecf4b6d0de424da46ad635a6d45dc0f3eae1 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -240,6 +240,8 @@ class WebContents : public PageNavigator,
|
| gfx::NativeViewAccessible accessible_parent) = 0;
|
| #endif
|
|
|
| + virtual void SetRendererAccessibilityMode(bool on) = 0;
|
| +
|
| // Tab navigation state ------------------------------------------------------
|
|
|
| // Returns the current navigation properties, which if a navigation is
|
|
|