chromium/chrome/browser/ui/webui/whats_new/whats_new_storage_service_impl_unittest.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 "chrome/browser/ui/webui/whats_new/whats_new_storage_service_impl.h"

#include "chrome/common/chrome_version.h"
#include "chrome/test/base/scoped_testing_local_state.h"
#include "chrome/test/base/testing_browser_process.h"
#include "testing/gtest/include/gtest/gtest.h"

class WhatsNewStorageServiceTest : public testing::Test {};

TEST_F(WhatsNewStorageServiceTest, StoresModulesData) {}

TEST_F(WhatsNewStorageServiceTest, ResetsModulesData) {}

TEST_F(WhatsNewStorageServiceTest, StoresEditionsData) {}

TEST_F(WhatsNewStorageServiceTest, StoresEditionsDataWithPreviousData) {}