// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROMEOS_CONSTANTS_CHROMEOS_FEATURES_H_ #define CHROMEOS_CONSTANTS_CHROMEOS_FEATURES_H_ #include "base/auto_reset.h" #include "base/component_export.h" #include "base/feature_list.h" #include "build/buildflag.h" // This file is only for the feature flags that are shared between ash-chrome // and lacros-chrome that are not common. For ash features, please add them // in //ash/constants/ash_features.h. namespace chromeos { features // namespace features } // namespace chromeos #endif // CHROMEOS_CONSTANTS_CHROMEOS_FEATURES_H_