chromium/components/captive_portal/content/captive_portal_url_loader_throttle.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/captive_portal/content/captive_portal_url_loader_throttle.h"

#include "components/captive_portal/content/captive_portal_tab_helper.h"
#include "services/network/public/cpp/resource_request.h"

namespace captive_portal {

CaptivePortalURLLoaderThrottle::CaptivePortalURLLoaderThrottle(
    content::WebContents* web_contents) {}

void CaptivePortalURLLoaderThrottle::WillStartRequest(
    network::ResourceRequest* request,
    bool* defer) {}

}  // namespace captive_portal