urls.h 587 B

12345678910111213141516
  1. // Copyright 2017 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef COMPONENTS_SECURITY_INTERSTITIALS_CORE_URLS_H_
  5. #define COMPONENTS_SECURITY_INTERSTITIALS_CORE_URLS_H_
  6. namespace security_interstitials {
  7. // Using strings in code for non-translatable strings decreases binary size
  8. extern const char kSafeBrowsingPrivacyPolicyUrl[];
  9. extern const char kSafeBrowsingWhitePaperUrl[];
  10. } // namespace security_interstitials
  11. #endif // COMPONENTS_SECURITY_INTERSTITIALS_CORE_URLS_H_