#include "components/network_hints/renderer/web_prescient_networking_impl.h"
#include "base/logging.h"
#include "content/public/renderer/render_frame.h"
#include "third_party/blink/public/platform/browser_interface_broker_proxy.h"
namespace network_hints {
WebPrescientNetworkingImpl::WebPrescientNetworkingImpl(
content::RenderFrame* render_frame) { … }
WebPrescientNetworkingImpl::~WebPrescientNetworkingImpl() { … }
void WebPrescientNetworkingImpl::PrefetchDNS(const blink::WebURL& url) { … }
void WebPrescientNetworkingImpl::Preconnect(
const blink::WebURL& url,
bool allow_credentials) { … }
}