blob: 331107f4d22c81de74e08ecb3202e81d5921220f [file] [log] [blame]
Sky Malice6ed9ac072024-07-03 22:02:561// 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
10namespace sync_sessions {
11
12BASE_DECLARE_FEATURE(kOptimizeAssociateWindowsAndroid);
13
14} // namespace sync_sessions
15
16#endif // COMPONENTS_SYNC_SESSIONS_FEATURES_H_