chromium/components/safe_browsing/core/common/safebrowsing_constants.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/safe_browsing/core/common/safebrowsing_constants.h"

#include "components/safe_browsing/core/common/features.h"
#include "net/base/net_errors.h"

namespace safe_browsing {

const base::FilePath::CharType kSafeBrowsingBaseFilename[] =);

const base::FilePath::CharType kCookiesFile[] =);

const char kCustomCancelReasonForURLLoader[] =;

const int kNetErrorCodeForSafeBrowsing =;

const char kSafeBrowsingEnabledHistogramName[] =;

const char kArtificialCachedPhishGuardVerdictFlag[] =;

const char kArtificialCachedHashPrefixRealTimeVerdictFlag[] =;

const std::vector<std::string> GetExcludedCountries() {}

const char kFlaggedUrl[] =;

const char kMainFrameUrl[] =;

const char kReferrerUrl[] =;

const char kUserActivityWithUrls[] =;
}  // namespace safe_browsing