#include "components/performance_manager/embedder/binders.h"
#include "components/performance_manager/graph/process_node_impl.h"
#include "components/performance_manager/performance_manager_impl.h"
#include "components/performance_manager/performance_manager_tab_helper.h"
#include "components/performance_manager/render_process_user_data.h"
#include "content/public/browser/render_process_host.h"
#include "content/public/browser/web_contents.h"
namespace performance_manager {
void BindProcessCoordinationUnit(
int render_process_host_id,
mojo::PendingReceiver<performance_manager::mojom::ProcessCoordinationUnit>
receiver) { … }
void BindDocumentCoordinationUnit(
content::RenderFrameHost* host,
mojo::PendingReceiver<performance_manager::mojom::DocumentCoordinationUnit>
receiver) { … }
}