| Index: mojo/services/network/network_service_delegate.cc
|
| diff --git a/mojo/services/network/network_service_delegate.cc b/mojo/services/network/network_service_delegate.cc
|
| index aadc5cac848b8d14bb531692ea8dc3a570fd4bc0..b2573317f66c0b59075cfe3c50715945eb8d3aa7 100644
|
| --- a/mojo/services/network/network_service_delegate.cc
|
| +++ b/mojo/services/network/network_service_delegate.cc
|
| @@ -48,8 +48,7 @@ void NetworkServiceDelegate::RemoveObserver(
|
| }
|
|
|
| void NetworkServiceDelegate::Initialize(Connector* connector,
|
| - const std::string& name,
|
| - const std::string& user_id,
|
| + const Identity& identity,
|
| uint32_t id) {
|
| // TODO(erg): Find everything else that writes to the filesystem and
|
| // transition it to proxying mojo:filesystem. We shouldn't have any path
|
| @@ -67,7 +66,7 @@ void NetworkServiceDelegate::Initialize(Connector* connector,
|
| }
|
|
|
| context_.reset(new NetworkContext(base_path, this));
|
| - tracing_.Initialize(connector, name);
|
| + tracing_.Initialize(connector, identity.name());
|
| }
|
|
|
| bool NetworkServiceDelegate::AcceptConnection(Connection* connection) {
|
|
|