Commit b6e11b80 authored by Glenn Hartmann's avatar Glenn Hartmann Committed by Commit Bot

Fix unused variable compile failure on some bots

TBR=palmer@chromium.org

Bug: 850696
Change-Id: Ibf535472226fafd2f1fe437bb0deb8ab4d9e9785
Reviewed-on: https://chromium-review.googlesource.com/1091531Reviewed-by: default avatarGlenn Hartmann <hartmanng@chromium.org>
Commit-Queue: Glenn Hartmann <hartmanng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565425}
parent b3bd07e3
......@@ -60,7 +60,6 @@ namespace test3 {
}
const char kHost[] = "example.test";
const char kSubdomain[] = "foo.example.test";
const uint16_t kPort = 443;
const char kReportUri[] = "http://report-example.test/test";
const char kExpectCTStaticHostname[] = "expect-ct.preloaded.test";
......@@ -2861,6 +2860,8 @@ TEST_F(TransportSecurityStateTest, DynamicExpectCTUMA) {
}
#if BUILDFLAG(INCLUDE_TRANSPORT_SECURITY_STATE_PRELOAD_LIST)
const char kSubdomain[] = "foo.example.test";
class TransportSecurityStateStaticTest : public TransportSecurityStateTest {
public:
TransportSecurityStateStaticTest() {
......
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