blob: 6b54de014c2108946a6f3b9bf0b01b935a797e74 [file] [log] [blame]
// 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 kChromeUISafeBrowsingMatchBillingUrl[];
extern const char kChromeUISafeBrowsingMatchMalwareUrl[];
extern const char kChromeUISafeBrowsingMatchPhishingUrl[];
extern const char kChromeUISafeBrowsingMatchUnwantedUrl[];
} // namespace safe_browsing
#endif // COMPONENTS_SAFE_BROWSING_WEB_UI_CONSTANTS_H_