chromium/chrome/browser/permissions/notifications_engagement_service_unittest.cc

// 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 "chrome/browser/permissions/notifications_engagement_service_factory.h"

#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
#include "chrome/test/base/testing_profile.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace permissions {
constexpr char kEngagementKey[] =;
constexpr char kDisplayedKey[] =;

class NotificationsEngagementServiceTest : public testing::Test {};

void NotificationsEngagementServiceTest::SetUp() {}

TEST_F(NotificationsEngagementServiceTest,
       NotificationsEngagementContentSetting) {}

TEST_F(NotificationsEngagementServiceTest,
       RecordNotificationDisplayedAndInteraction) {}

TEST_F(NotificationsEngagementServiceTest, EraseStaleEntries) {}

// Disabled, due to http://go/crb/1407635.
TEST_F(NotificationsEngagementServiceTest, DISABLED_GetBucketLabel) {}
}  // namespace permissions