Commit 5598d405 authored by Lucas Garron's avatar Lucas Garron Committed by Commit Bot

Rename browser tests in chrome/browser/ssl to *_browsertest.cc

This should allow the presubmit to know that *ForTesting() functions are
okay to call from ssl_browsertest.cc

Files have been reformatted using `git cl format` to make `git cl upload` happy,
but there have been no other changes to the test files.

Bug: 770333, 785053
Change-Id: I01c4cb43ab8fea3b4ef7fe1a5f9abfccb49fe67d
Reviewed-on: https://chromium-review.googlesource.com/774118Reviewed-by: default avatarMustafa Emre Acer <meacer@chromium.org>
Commit-Queue: Lucas Garron <lgarron@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517175}
parent af0a15d3
......@@ -2290,11 +2290,9 @@ class URLRequestObsoleteTLSJob : public net::URLRequestMockHTTPJob {
// URLRequestObsoleteTLSJob jobs.
class URLRequestNonsecureInterceptor : public net::URLRequestInterceptor {
public:
URLRequestNonsecureInterceptor(
const base::FilePath& base_path,
scoped_refptr<net::X509Certificate> cert)
: base_path_(base_path),
cert_(std::move(cert)) {}
URLRequestNonsecureInterceptor(const base::FilePath& base_path,
scoped_refptr<net::X509Certificate> cert)
: base_path_(base_path), cert_(std::move(cert)) {}
~URLRequestNonsecureInterceptor() override {}
......
......@@ -670,10 +670,10 @@ test("browser_tests") {
"../browser/ssl/cert_verifier_browser_test.h",
"../browser/ssl/certificate_reporting_test_utils.cc",
"../browser/ssl/certificate_reporting_test_utils.h",
"../browser/ssl/chrome_expect_ct_reporter_browser_tests.cc",
"../browser/ssl/chrome_expect_ct_reporter_browsertest.cc",
"../browser/ssl/chrome_ssl_host_state_delegate_test.cc",
"../browser/ssl/security_state_tab_helper_browser_tests.cc",
"../browser/ssl/ssl_browser_tests.cc",
"../browser/ssl/security_state_tab_helper_browsertest.cc",
"../browser/ssl/ssl_browsertest.cc",
"../browser/ssl/ssl_client_certificate_selector_test.cc",
"../browser/ssl/ssl_client_certificate_selector_test.h",
"../browser/storage/durable_storage_browsertest.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment