| 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 374ad4b81b9c53a7083c3c347cc59ceeb335f036..dff5e83fffe0b715af7c35f9a4e5aa80e350d4e7 100644
|
| --- a/content/public/browser/web_contents_observer.h
|
| +++ b/content/public/browser/web_contents_observer.h
|
| @@ -392,7 +392,7 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
|
|
|
| // Called when accessibility events or location changes are received
|
| // from a render frame, but only when the accessibility mode has the
|
| - // ACCESSIBILITY_MODE_FLAG_WEB_CONTENTS flag set.
|
| + // AccessibilityMode::kWebContents flag set.
|
| virtual void AccessibilityEventReceived(
|
| const std::vector<AXEventNotificationDetails>& details) {}
|
| virtual void AccessibilityLocationChangesReceived(
|
|
|