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

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

Issue 2685513002: [For trybots test] [ScreenOrientation] Hide ScreenOrientationProvider inside WebContentsImpl. (Closed)
Patch Set: Fix android bots 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.cc
diff --git a/content/browser/frame_host/render_frame_host_delegate.cc b/content/browser/frame_host/render_frame_host_delegate.cc
index 7314dcbc4114839d89ae9520f8e17e1611bf3298..cb8545c3e365ea90a6f8baa6ceb37f133e7dce05 100644
--- a/content/browser/frame_host/render_frame_host_delegate.cc
+++ b/content/browser/frame_host/render_frame_host_delegate.cc
@@ -82,11 +82,6 @@ RenderFrameHostDelegate::GetWakeLockServiceContext() {
return nullptr;
}
-ScreenOrientationProvider*
-RenderFrameHostDelegate::GetScreenOrientationProvider() {
- return nullptr;
-}
-
bool RenderFrameHostDelegate::ShouldRouteMessageEvent(
RenderFrameHost* target_rfh,
SiteInstance* source_site_instance) const {
« no previous file with comments | « content/browser/frame_host/render_frame_host_delegate.h ('k') | content/browser/screen_orientation/screen_orientation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698