| Index: ipc/ipc_mojo_bootstrap.cc
|
| diff --git a/ipc/ipc_mojo_bootstrap.cc b/ipc/ipc_mojo_bootstrap.cc
|
| index 7489ded330c6d957c56d713730708de91dc81768..5c0b1338a6336c43f512b2078e110e5bf3f00102 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() {
|
|
|