urls.cc 555 B

123456789101112131415
  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. #include "components/security_interstitials/core/urls.h"
  5. namespace security_interstitials {
  6. const char kSafeBrowsingPrivacyPolicyUrl[] =
  7. "https://www.google.com/chrome/browser/privacy/#safe-browsing-policies";
  8. const char kSafeBrowsingWhitePaperUrl[] =
  9. "https://www.google.com/chrome/browser/privacy/"
  10. "whitepaper.html#extendedreport";
  11. } // namespace security_interstitials