blob: e0e7cf3cf6a5b16a33d89022bea1b183cd3ed0ce [file] [log] [blame]
// 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.
#ifndef COMPONENTS_SECURITY_INTERSTITIALS_CORE_URLS_H_
#define COMPONENTS_SECURITY_INTERSTITIALS_CORE_URLS_H_
namespace security_interstitials {
// Using strings in code for non-translatable strings decreases binary size
extern const char kSafeBrowsingPrivacyPolicyUrl[];
extern const char kSafeBrowsingWhitePaperUrl[];
extern const char kEnterpriseInterstitialHelpLink[];
} // namespace security_interstitials
#endif // COMPONENTS_SECURITY_INTERSTITIALS_CORE_URLS_H_