| Index: content/public/browser/web_contents_observer.h
|
| diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
|
| index 6d945a20676b389f226a9e87771053abfd2c5f30..0972eaf8ada3a6ee43e4b64563bfbf789b460f0e 100644
|
| --- a/content/public/browser/web_contents_observer.h
|
| +++ b/content/public/browser/web_contents_observer.h
|
| @@ -445,12 +445,11 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
|
| // Invoked when a user cancels a before unload dialog.
|
| virtual void BeforeUnloadDialogCancelled() {}
|
|
|
| - // Invoked when an accessibility event is received from the renderer process.
|
| + // Called when accessibility events or location changes are received
|
| + // from a render frame, but only when the accessibility mode has the
|
| + // AccessibilityModeFlagWebContents flag set.
|
| virtual void AccessibilityEventReceived(
|
| const std::vector<AXEventNotificationDetails>& details) {}
|
| -
|
| - // Invoked when an accessibility location change is received from the
|
| - // renderer process.
|
| virtual void AccessibilityLocationChangesReceived(
|
| const std::vector<AXLocationChangeNotificationDetails>& details) {}
|
|
|
|
|