[go: nahoru, domu]

blob: 40959432724611ae3764a23765b6fa18915fabd7 [file] [log] [blame]
// 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_