blob: fd5fb5e2ea7974d13c4aa65ffbedfc5a1a8808c1 [file] [log] [blame]
// 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 CHROME_BROWSER_TASK_MANAGER_COMMON_TASK_MANAGER_FEATURES_H_
#define CHROME_BROWSER_TASK_MANAGER_COMMON_TASK_MANAGER_FEATURES_H_
#include "base/feature_list.h"
namespace features {
#if BUILDFLAG(IS_ANDROID)
BASE_DECLARE_FEATURE(kTaskManagerClank);
#else
BASE_DECLARE_FEATURE(kTaskManagerDesktopRefresh);
#endif // BUILDFLAG(IS_ANDROID)
} // namespace features
#endif // CHROME_BROWSER_TASK_MANAGER_COMMON_TASK_MANAGER_FEATURES_H_