// Copyright 2017 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.

#ifndef COMPONENTS_SAFE_BROWSING_WEB_UI_CONSTANTS_H_
#define COMPONENTS_SAFE_BROWSING_WEB_UI_CONSTANTS_H_

namespace safe_browsing {

extern const char kChromeUISafeBrowsingURL[];
extern const char kChromeUISafeBrowsingHost[];
extern const char kSbUnderConstruction[];
extern const char kChromeUISafeBrowsingMatchMalwareUrl[];
extern const char kChromeUISafeBrowsingMatchPhishingUrl[];
extern const char kChromeUISafeBrowsingMatchUnwantedUrl[];

}  // namespace safe_browsing

#endif  // COMPONENTS_SAFE_BROWSING_WEB_UI_CONSTANTS_H_
