blob: 04834a6fa23766a1b9e8369064f63ceabac84e41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SECURITY_INTERSTITIALS_CONTENT_URLS_H_
#define COMPONENTS_SECURITY_INTERSTITIALS_CONTENT_URLS_H_
namespace security_interstitials {
extern const char kChromeUIConnectionHelpHost[];
extern const char kChromeUIConnectionHelpURL[];
extern const char kChromeUIConnectionMonitoringDetectedHost[];
} // namespace security_interstitials
#endif // COMPONENTS_SECURITY_INTERSTITIALS_CONTENT_URLS_H_
|