#include "content/public/test/ipc_interfaces_dumper.h"
#include "content/browser/renderer_host/render_frame_host_impl.h"
#include "content/browser/renderer_host/render_process_host_impl.h"
namespace content {
void GetBoundInterfacesForTesting(RenderFrameHost* rfh,
std::vector<std::string>& out) { … }
void GetBoundAssociatedInterfacesForTesting(RenderFrameHost* rfh,
std::vector<std::string>& out) { … }
void GetBoundInterfacesForTesting(RenderProcessHost* rph,
std::vector<std::string>& out) { … }
}