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

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

Issue 2694413006: Scope and clean up uses of AccessibilityMode. (Closed)
Patch Set: merge Created 3 years, 9 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 148c5ed67baf660ea5f72a44a2f66c7947261bbb..e00b7711fd3e19700608acbf1f757dbee4636359 100644
--- a/content/browser/frame_host/render_frame_host_delegate.h
+++ b/content/browser/frame_host/render_frame_host_delegate.h
@@ -176,7 +176,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(
« no previous file with comments | « content/browser/frame_host/interstitial_page_impl.cc ('k') | content/browser/frame_host/render_frame_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698