blob: 08f3363328288e27c410716171340c1300bd6b7c [file] [log] [blame]
// 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 kChromeUISafeBrowsingMatchBillingUrl[] =
"chrome://safe-browsing/match?type=billing";
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