summaryrefslogtreecommitdiff
path: root/chromium/net/http/transport_security_state_source.cc
blob: 397192f0f5380df688b89e8533ef075e0ebaa1d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "net/http/transport_security_state_source.h"

namespace net {

const char kNoReportURI[] = "";

}  // namespace net