// 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[]; } // namespace security_interstitials #endif // COMPONENTS_SECURITY_INTERSTITIALS_CONTENT_URLS_H_