blob: 17fd302c3479e92ebc3c8a81e83d6d1b395e1323 [file] [log] [blame]
// Copyright 2018 The Chromium Authors
// 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_