// 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/ssl/cert_verifier_platform_browser_test.h" CertVerifierPlatformBrowserTest::CertVerifierPlatformBrowserTest() = default; CertVerifierPlatformBrowserTest::~CertVerifierPlatformBrowserTest() = default; void CertVerifierPlatformBrowserTest::SetUpCommandLine( base::CommandLine* command_line) { … } void CertVerifierPlatformBrowserTest::SetUpInProcessBrowserTestFixture() { … } void CertVerifierPlatformBrowserTest::TearDownInProcessBrowserTestFixture() { … }