| // 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. |
| #ifndef IOS_CHROME_BROWSER_SESSIONS_FEATURES_H_ |
| #define IOS_CHROME_BROWSER_SESSIONS_FEATURES_H_ |
| #include "base/feature_list.h" |
| namespace session::features { |
| // Feature flag to enable the session serialization optimizations. |
| BASE_DECLARE_FEATURE(kEnableSessionSerializationOptimizations); |
| // When true, session serialization optimizations should be enabled. |
| bool UseSessionSerializationOptimizations(); |
| } // namespace session::features |
| #endif // IOS_CHROME_BROWSER_SESSIONS_FEATURES_H_ |