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

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

Issue 1209283003: FrameMojoShell provides services to mojo apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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_impl.cc
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
index 5e193c98772d9c44e8733b8c2dcd949371196439..6e9312d22ace262a02732958529b5109d6079471 100644
--- a/content/browser/frame_host/render_frame_host_impl.cc
+++ b/content/browser/frame_host/render_frame_host_impl.cc
@@ -1575,9 +1575,6 @@ void RenderFrameHostImpl::RegisterMojoServices() {
base::Bind(&VRDeviceManager::BindRequest));
}
#endif
-
- GetContentClient()->browser()->OverrideRenderFrameMojoServices(
Ken Rockot(use gerrit already) 2015/07/06 18:58:00 So how does this get called now?
xhwang 2015/07/07 19:21:04 This call is renamed to OverrideFrameMojoShellServ
- GetServiceRegistry(), this);
}
void RenderFrameHostImpl::SetState(RenderFrameHostImplState rfh_state) {

Powered by Google App Engine
This is Rietveld 408576698