chromium/chrome/browser/page_load_metrics/observers/https_engagement_metrics/https_engagement_service_factory.cc

// Copyright 2016 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/page_load_metrics/observers/https_engagement_metrics/https_engagement_service_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/page_load_metrics/observers/https_engagement_metrics/https_engagement_service.h"

// static
HttpsEngagementService* HttpsEngagementServiceFactory::GetForBrowserContext(
    content::BrowserContext* context) {}

// static
HttpsEngagementServiceFactory* HttpsEngagementServiceFactory::GetInstance() {}

HttpsEngagementServiceFactory::HttpsEngagementServiceFactory()
    :{}

HttpsEngagementServiceFactory::~HttpsEngagementServiceFactory() = default;

std::unique_ptr<KeyedService>
HttpsEngagementServiceFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* context) const {}

bool HttpsEngagementServiceFactory::ServiceIsCreatedWithBrowserContext() const {}