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

Unified Diff: content/public/test/mock_render_thread.cc

Issue 2215133002: Change signature of OnConnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 4 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/public/common/connection_filter.h ('k') | content/public/test/test_mojo_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/mock_render_thread.cc
diff --git a/content/public/test/mock_render_thread.cc b/content/public/test/mock_render_thread.cc
index 84cbc9c9b54dffd5194e6dfa7c0a916259289b74..ceeac534f8a171be31e881f60998b0bf67afe166 100644
--- a/content/public/test/mock_render_thread.cc
+++ b/content/public/test/mock_render_thread.cc
@@ -190,7 +190,7 @@ MojoShellConnection* MockRenderThread::GetMojoShellConnection() {
shell::InterfaceRegistry* MockRenderThread::GetInterfaceRegistry() {
if (!interface_registry_)
- interface_registry_.reset(new shell::InterfaceRegistry(nullptr));
+ interface_registry_.reset(new shell::InterfaceRegistry);
return interface_registry_.get();
}
« no previous file with comments | « content/public/common/connection_filter.h ('k') | content/public/test/test_mojo_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698