#include "content/browser/webui/network_error_url_loader.h"
#include "base/strings/string_number_conversions.h"
#include "content/browser/webui/url_data_manager_backend.h"
#include "content/public/browser/content_browser_client.h"
#include "content/public/common/content_client.h"
#include "content/public/common/url_constants.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "net/base/net_errors.h"
#include "services/network/public/cpp/resource_request.h"
namespace content {
void StartNetworkErrorsURLLoader(
const network::ResourceRequest& request,
mojo::PendingRemote<network::mojom::URLLoaderClient> client) { … }
}