blob: c0ac308b77222848ae57db5278c1fb55a2a81773 [file] [log] [blame]
// 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