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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 380413003: Mojo: Use InterfaceFactory<Interface> for service registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix network_service_loader Created 6 years, 5 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
« no previous file with comments | « content/common/mojo/service_registry_impl.cc ('k') | device/serial/serial_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index a21f9057ab7c943e7a4d6de669935c9aa81fe394..31588f052489d517a8325dc77242cdabaa78bf33 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -289,8 +289,6 @@ class RenderFrameSetupImpl : public mojo::InterfaceImpl<RenderFrameSetup> {
frame->BindServiceRegistry(request.PassMessagePipe());
}
-
- virtual void OnConnectionError() OVERRIDE { delete this; }
};
void CreateRenderFrameSetup(mojo::InterfaceRequest<RenderFrameSetup> request) {
« no previous file with comments | « content/common/mojo/service_registry_impl.cc ('k') | device/serial/serial_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698