chromium/components/user_education/common/feature_promo_storage_service.cc

// Copyright 2020 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/user_education/common/feature_promo_storage_service.h"

#include "base/feature_list.h"
#include "base/time/default_clock.h"
#include "components/user_education/common/feature_promo_data.h"

namespace user_education {

FeaturePromoStorageService::FeaturePromoStorageService()
    :{}

FeaturePromoStorageService::~FeaturePromoStorageService() = default;

int FeaturePromoStorageService::GetSnoozeCount(
    const base::Feature& iph_feature) const {}

KeyedFeaturePromoDataMap FeaturePromoStorageService::GetKeyedPromoData(
    const base::Feature& iph_feature) const {}

base::Time FeaturePromoStorageService::GetCurrentTime() const {}

}  // namespace user_education