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

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

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.cc
diff --git a/content/browser/frame_host/render_frame_host_delegate.cc b/content/browser/frame_host/render_frame_host_delegate.cc
index bab7c82d96a848ae55c072dbe25bbbcd52937a4a..8d755146fe18f76e4f761032a5e81bdd1a00053e 100644
--- a/content/browser/frame_host/render_frame_host_delegate.cc
+++ b/content/browser/frame_host/render_frame_host_delegate.cc
@@ -63,7 +63,7 @@ std::string RenderFrameHostDelegate::GetDefaultMediaDeviceID(
}
AccessibilityMode RenderFrameHostDelegate::GetAccessibilityMode() const {
- return AccessibilityModeOff;
+ return AccessibilityMode();
}
RenderFrameHost* RenderFrameHostDelegate::GetGuestByInstanceID(
« no previous file with comments | « content/browser/frame_host/render_frame_host_delegate.h ('k') | content/browser/frame_host/render_frame_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698