// Copyright 2013 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 "components/safe_browsing/web_ui/constants.h"

namespace safe_browsing {

const char kChromeUISafeBrowsingURL[] = "chrome://safe-browsing/";
const char kChromeUISafeBrowsingHost[] = "safe-browsing";
const char kSbUnderConstruction[] =
    "The safe browsing page is under construction.";
const char kChromeUISafeBrowsingMatchMalwareUrl[] =
    "chrome://safe-browsing/match?type=malware";
const char kChromeUISafeBrowsingMatchPhishingUrl[] =
    "chrome://safe-browsing/match?type=phishing";
const char kChromeUISafeBrowsingMatchUnwantedUrl[] =
    "chrome://safe-browsing/match?type=unwanted";

}  // namespace safe_browsing
