blob: 4784d9ad1985edd1b7cac9fbaf4b2395f37e6f16 [file] [log] [blame]
marissa shen5cea5de2025-03-10 18:08:251// Copyright 2025 The Chromium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_ENTERPRISE_WEBSTORE_FEATURES_H_
6#define CHROME_BROWSER_ENTERPRISE_WEBSTORE_FEATURES_H_
7
8#include "base/feature_list.h"
9
10namespace enterprise::webstore {
11
marissa shene83878e2025-05-27 02:46:0312// Controls whether webstore navigation throttle is enabled.
13BASE_DECLARE_FEATURE(kChromeWebStoreNavigationThrottle);
marissa shen5cea5de2025-03-10 18:08:2514
15} // namespace enterprise::webstore
16
17#endif // CHROME_BROWSER_ENTERPRISE_WEBSTORE_FEATURES_H_