chromium/chrome/browser/ui/bookmarks/bookmark_stats_tab_helper_unittest.cc

// Copyright 2023 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/bookmarks/bookmark_stats_tab_helper.h"

#include <memory>

#include "base/test/metrics/histogram_tester.h"
#include "chrome/test/base/testing_profile.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/navigation_entry.h"
#include "content/public/test/browser_task_environment.h"
#include "content/public/test/test_renderer_host.h"
#include "content/public/test/web_contents_tester.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace {

constexpr char kTestUrl1[] =;
constexpr char kTestUrl2[] =;

}  // namespace

namespace test {

class BookmarkStatsTabHelperTest : public ::testing::Test {};

TEST_F(BookmarkStatsTabHelperTest, LaunchActionAddedWithPendingEntry) {}

TEST_F(BookmarkStatsTabHelperTest, EmitsNonEmptyPaintMetrics) {}

}  // namespace test