| // 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. |
| |
| #include "chrome/chrome_cleaner/logging/api_keys.h" |
| |
| namespace chrome_cleaner { |
| |
| const char* kSafeBrowsingCleanerUrl = |
| "https://sb-ssl.google.com/safebrowsing/clientreport/chrome-cct" |
| "?key=DUMMY_KEY"; |
| |
| const char* kSafeBrowsingReporterUrl = |
| "https://sb-ssl.google.com/safebrowsing/clientreport/chrome-sw-reporter" |
| "?key=DUMMY_KEY"; |
| |
| } // namespace chrome_cleaner |