chromium/chrome/browser/net/proxy_test_utils.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 "chrome/browser/net/proxy_test_utils.h"

#include "base/test/bind.h"
#include "chrome/common/chrome_switches.h"
#include "content/public/common/content_switches.h"
#include "content/public/test/url_loader_interceptor.h"
#include "google_apis/gaia/gaia_urls.h"
#include "net/proxy_resolution/proxy_bypass_rules.h"

ProxyBrowserTest::ProxyBrowserTest()
    :{}

ProxyBrowserTest::~ProxyBrowserTest() {}

void ProxyBrowserTest::SetUp() {}

void ProxyBrowserTest::PostRunTestOnMainThread() {}

void ProxyBrowserTest::SetUpCommandLine(base::CommandLine* command_line) {}