| 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 df27b290721103651e70f82dcbfe643b69a662d3..d537b922c3598e040705d057dc8a47374520e23d 100644
|
| --- a/content/public/browser/web_contents_observer.h
|
| +++ b/content/public/browser/web_contents_observer.h
|
| @@ -391,7 +391,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::WEB_CONTENTS flag set.
|
| virtual void AccessibilityEventReceived(
|
| const std::vector<AXEventNotificationDetails>& details) {}
|
| virtual void AccessibilityLocationChangesReceived(
|
|
|