// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/feature_engagement/public/group_configurations.h" #include "base/strings/string_util.h" #include "build/build_config.h" #include "components/feature_engagement/public/configuration.h" #include "components/feature_engagement/public/event_constants.h" #include "components/feature_engagement/public/group_constants.h" namespace feature_engagement { std::optional<GroupConfig> GetClientSideGroupConfig( const base::Feature* group) { … } } // namespace feature_engagement