blob: 3ef25abf046119cd01689b6e18a18bc9a9c89f1a [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/digital_asset_links/digital_asset_links_constants.h"
#include "net/base/net_errors.h"
namespace digital_asset_links {
const char kCustomCancelReasonForURLLoader[] = "DigitalAssetLinks";
const int kNetErrorCodeForDigitalAssetLinks = net::ERR_ACCESS_DENIED;
} // namespace digital_asset_links