marissa shen | 5cea5de | 2025-03-10 18:08:25 | [diff] [blame] | 1 | // 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 | |
| 10 | namespace enterprise::webstore { |
| 11 | |
marissa shen | e83878e | 2025-05-27 02:46:03 | [diff] [blame] | 12 | // Controls whether webstore navigation throttle is enabled. |
| 13 | BASE_DECLARE_FEATURE(kChromeWebStoreNavigationThrottle); |
marissa shen | 5cea5de | 2025-03-10 18:08:25 | [diff] [blame] | 14 | |
| 15 | } // namespace enterprise::webstore |
| 16 | |
| 17 | #endif // CHROME_BROWSER_ENTERPRISE_WEBSTORE_FEATURES_H_ |