chromium/ios/components/security_interstitials/safe_browsing/safe_browsing_error.h

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

#ifndef IOS_COMPONENTS_SECURITY_INTERSTITIALS_SAFE_BROWSING_SAFE_BROWSING_ERROR_H_
#define IOS_COMPONENTS_SECURITY_INTERSTITIALS_SAFE_BROWSING_SAFE_BROWSING_ERROR_H_

#import <Foundation/Foundation.h>

// The error domain for safe browsing errors.
extern const NSErrorDomain kSafeBrowsingErrorDomain;

// Error code for navigations to unsafe resources
extern const NSInteger kUnsafeResourceErrorCode;

#endif  // IOS_COMPONENTS_SECURITY_INTERSTITIALS_SAFE_BROWSING_SAFE_BROWSING_ERROR_H_