Files
Brian Johnson f9b8cc532d Add template/feature flag to toggle BraveRequestInfo to unique_ptr/WeakPtr for BraveRequestInfo (#33949)
The templates should be removed along with the feature flag when we switch over to unique_ptr
2026-02-23 06:15:29 -07:00

18 lines
518 B
C++

/* Copyright (c) 2025 The Brave Authors. All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at https://mozilla.org/MPL/2.0/. */
#ifndef BRAVE_BROWSER_NET_FEATURES_H_
#define BRAVE_BROWSER_NET_FEATURES_H_
#include "base/feature_list.h"
namespace features {
BASE_DECLARE_FEATURE(kBraveRequestInfoUniquePtr);
} // namespace features
#endif // BRAVE_BROWSER_NET_FEATURES_H_