| Index: content/browser/frame_host/render_frame_host_delegate.h
|
| diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h
|
| index a22a5bf05e9dca007b58aecf23ff4a73a8891e61..6f3497ca3439fc0dba77c337296323adaf3a2629 100644
|
| --- a/content/browser/frame_host/render_frame_host_delegate.h
|
| +++ b/content/browser/frame_host/render_frame_host_delegate.h
|
| @@ -150,8 +150,9 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
|
| // Get the accessibility mode for the WebContents that owns this frame.
|
| virtual AccessibilityMode GetAccessibilityMode() const;
|
|
|
| - // Forward accessibility messages to other potential listeners like
|
| - // the automation extension API.
|
| + // Called when accessibility events or location changes are received
|
| + // from a render frame, when the accessibility mode has the
|
| + // ACCESSIBILITY_MODE_FLAG_WEB_CONTENTS flag set.
|
| virtual void AccessibilityEventReceived(
|
| const std::vector<AXEventNotificationDetails>& details) {}
|
| virtual void AccessibilityLocationChangesReceived(
|
|
|