Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: content/browser/frame_host/render_frame_host_delegate.h

Issue 2694413006: Scope and clean up uses of AccessibilityMode. (Closed)
Patch Set: remove kOff Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c863b0044a49b2f872438a596d6c03bf89a3af47..3f173a841b2d0be0830a568c3fd5697a8a88e153 100644
--- a/content/browser/frame_host/render_frame_host_delegate.h
+++ b/content/browser/frame_host/render_frame_host_delegate.h
@@ -172,7 +172,7 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
// 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.
+ // AccessibilityMode::kWebContents flag set.
virtual void AccessibilityEventReceived(
const std::vector<AXEventNotificationDetails>& details) {}
virtual void AccessibilityLocationChangesReceived(

Powered by Google App Engine
This is Rietveld 408576698