Sky Malice | 6ed9ac07 | 2024-07-03 22:02:56 | [diff] [blame] | 1 | // Copyright 2024 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 COMPONENTS_SYNC_SESSIONS_FEATURES_H_ | ||||
6 | #define COMPONENTS_SYNC_SESSIONS_FEATURES_H_ | ||||
7 | |||||
8 | #include "base/feature_list.h" | ||||
9 | |||||
10 | namespace sync_sessions { | ||||
11 | |||||
12 | BASE_DECLARE_FEATURE(kOptimizeAssociateWindowsAndroid); | ||||
13 | |||||
14 | } // namespace sync_sessions | ||||
15 | |||||
16 | #endif // COMPONENTS_SYNC_SESSIONS_FEATURES_H_ |