blob: 9093b5fc99afefdc6816c0a9e429b98425aed477 [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module network.mojom;
// This mirrors the C++ type defined in //net/storage_access_api/status.h. This
// enum conveys information about if/how the context has opted into accessing
// unpartitioned cookies via the Storage Access API.
enum StorageAccessApiStatus {
kNone,
kAccessViaAPI,
};