chromium/components/safe_browsing/core/common/web_ui_constants.h

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

#ifndef COMPONENTS_SAFE_BROWSING_CORE_COMMON_WEB_UI_CONSTANTS_H_
#define COMPONENTS_SAFE_BROWSING_CORE_COMMON_WEB_UI_CONSTANTS_H_

#include "url/gurl.h"

namespace safe_browsing {

inline constexpr char kChromeUISafeBrowsingURL[] =;
inline constexpr char kChromeUISafeBrowsingHost[] =;
inline constexpr char kChromeUISafeBrowsingMatchBillingUrl[] =;
inline constexpr char kChromeUISafeBrowsingMatchMalwareUrl[] =;
inline constexpr char kChromeUISafeBrowsingMatchPhishingUrl[] =;
inline constexpr char kChromeUISafeBrowsingMatchUnwantedUrl[] =;

bool IsSafeBrowsingWebUIUrl(const GURL& url);

}  // namespace safe_browsing

#endif  // COMPONENTS_SAFE_BROWSING_CORE_COMMON_WEB_UI_CONSTANTS_H_