| Index: shell/context.cc
|
| diff --git a/shell/context.cc b/shell/context.cc
|
| index cd65273ae99839d1e47f6bb9febfde2f7883ca67..d4d8812bfa376d3eef541138cf1cb50a82eb79ed 100644
|
| --- a/shell/context.cc
|
| +++ b/shell/context.cc
|
| @@ -182,11 +182,6 @@ bool Context::Init() {
|
| // was implemented by src\mojo\spy\websocket_server.h and .cc.
|
| }
|
|
|
| - tracing::TraceDataCollectorPtr trace_data_collector_ptr;
|
| - application_manager_.ConnectToService(GURL("mojo:tracing"),
|
| - &trace_data_collector_ptr);
|
| - TracingImpl::Create(trace_data_collector_ptr.Pass());
|
| -
|
| if (listener_)
|
| listener_->WaitForListening();
|
|
|
|
|