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

Unified Diff: mojo/public/go/application/connection.go

Issue 2034383003: Removed exposed_services from mojom definitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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: mojo/public/go/application/connection.go
diff --git a/mojo/public/go/application/connection.go b/mojo/public/go/application/connection.go
index ba57d4ed315131ea4c0f883c24126915af43888f..0c34fb9da63017361480b7e750ea5fb7bb709946 100644
--- a/mojo/public/go/application/connection.go
+++ b/mojo/public/go/application/connection.go
@@ -87,14 +87,14 @@ type Connection struct {
describer *ServiceDescriberFactory
}
-func newConnection(requestorURL string, services *sp.ServiceProvider_Request, resolvedURL string) *Connection {
+func newConnection(requestorURL string, services sp.ServiceProvider_Request, resolvedURL string) *Connection {
info := connectionInfo{
requestorURL,
resolvedURL,
}
return &Connection{
connectionInfo: info,
- servicesRequest: services,
+ servicesRequest: &services,
outgoingConnection: &OutgoingConnection{
info,
nil,
« no previous file with comments | « mojo/public/go/application/application_impl.go ('k') | mojo/public/interfaces/application/application.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698