| // Copyright 2025 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef COMPONENTS_SAFE_BROWSING_IOS_BROWSER_WEB_UI_FEATURES_H_ | |
| #define COMPONENTS_SAFE_BROWSING_IOS_BROWSER_WEB_UI_FEATURES_H_ | |
| #import "base/feature_list.h" | |
| // Feature flag to enable the trusted URL, chrome://safe-browsing, on iOS. | |
| BASE_DECLARE_FEATURE(kSafeBrowsingTrustedURL); | |
| #endif // COMPONENTS_SAFE_BROWSING_IOS_BROWSER_WEB_UI_FEATURES_H_ |