chromium/components/segmentation_platform/embedder/home_modules/price_tracking_notification_promo.cc

// 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.

#include "components/segmentation_platform/embedder/home_modules/price_tracking_notification_promo.h"

#include "components/segmentation_platform/embedder/home_modules/constants.h"
#include "components/segmentation_platform/embedder/home_modules/home_modules_card_registry.h"
#include "components/segmentation_platform/internal/metadata/feature_query.h"
#include "components/segmentation_platform/internal/metadata/metadata_writer.h"
#include "components/segmentation_platform/public/proto/model_metadata.pb.h"

namespace segmentation_platform {

namespace home_modules {

PriceTrackingNotificationPromo::PriceTrackingNotificationPromo()
    :{}

std::map<SignalKey, FeatureQuery> PriceTrackingNotificationPromo::GetInputs() {}

CardSelectionInfo::ShowResult PriceTrackingNotificationPromo::ComputeCardResult(
    const CardSelectionSignals& signals) const {}

}  // namespace home_modules
}  // namespace segmentation_platform