| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 127c0229fbef6ab533d8e208fad9befe6eb85a1b..21ee75ef16b3c9dfc07ec8ab417d146659125a30 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -442,8 +442,9 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| const base::string16& user_input,
|
| bool dialog_was_suppressed);
|
|
|
| - // Send a message to the renderer process to change the accessibility mode.
|
| - void SetAccessibilityMode(AccessibilityMode AccessibilityMode);
|
| + // Get the accessibility mode from the delegate and Send a message to the
|
| + // renderer process to change the accessibility mode.
|
| + void UpdateAccessibilityMode();
|
|
|
| // Request a one-time snapshot of the accessibility tree without changing
|
| // the accessibility mode.
|
|
|