| Index: ipc/ipc_mojo_bootstrap.cc
|
| diff --git a/ipc/ipc_mojo_bootstrap.cc b/ipc/ipc_mojo_bootstrap.cc
|
| index 3ba136619a6bd920a3f0929284c5e4927f14f913..c562e2e43991410db2a5ca349414e6a33fdc38fe 100644
|
| --- a/ipc/ipc_mojo_bootstrap.cc
|
| +++ b/ipc/ipc_mojo_bootstrap.cc
|
| @@ -70,6 +70,7 @@ class ChannelAssociatedGroupController
|
| connector_->set_connection_error_handler(
|
| base::Bind(&ChannelAssociatedGroupController::OnPipeError,
|
| base::Unretained(this)));
|
| + connector_->SetWatcherHeapProfilerTag("IPC Channel");
|
| }
|
|
|
| void Pause() {
|
|
|