| Index: services/tracing/main.cc
|
| diff --git a/services/tracing/main.cc b/services/tracing/main.cc
|
| index c0f9b87cad36281c19925bf42071dd730876a4e4..d09915eb1023100deeba67fde0a9009ef292a28b 100644
|
| --- a/services/tracing/main.cc
|
| +++ b/services/tracing/main.cc
|
| @@ -50,7 +50,8 @@ class TracingApp : public mojo::ApplicationDelegate,
|
| private:
|
| // mojo::ApplicationDelegate implementation.
|
| bool ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) override {
|
| + mojo::ApplicationConnection* connection,
|
| + const std::string& url) override {
|
| connection->AddService<TraceCoordinator>(this);
|
|
|
| // If someone connects to us they may want to use the TraceCoordinator
|
|
|