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

Unified Diff: third_party/WebKit/Source/platform/ServiceConnector.h

Issue 2610173003: Add RegisterService, split out of Connect(). (Closed)
Patch Set: . Created 3 years, 11 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 | « services/service_manager/tests/util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/ServiceConnector.h
diff --git a/third_party/WebKit/Source/platform/ServiceConnector.h b/third_party/WebKit/Source/platform/ServiceConnector.h
index 6d6b56b6fc915205253a55fb0128b819721bdaf1..250a40189b01f069dc98ea643a530ea0d5486a30 100644
--- a/third_party/WebKit/Source/platform/ServiceConnector.h
+++ b/third_party/WebKit/Source/platform/ServiceConnector.h
@@ -39,7 +39,7 @@ class ServiceConnector {
service_manager::mojom::blink::InterfaceProviderPtr remoteInterfaces;
m_connector->Connect(std::move(remoteIdentity),
- MakeRequest(&remoteInterfaces), nullptr,
+ MakeRequest(&remoteInterfaces),
base::Bind(&ServiceConnector::onConnectionCompleted));
remoteInterfaces->GetInterface(Interface::Name_, request.PassMessagePipe());
« no previous file with comments | « services/service_manager/tests/util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698