chromium/chrome/browser/enterprise/connectors/reporting/realtime_reporting_client_factory.cc

// Copyright 2018 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/enterprise/connectors/reporting/realtime_reporting_client_factory.h"

#include "chrome/browser/enterprise/connectors/connectors_service.h"
#include "chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.h"
#include "chrome/browser/signin/identity_manager_factory.h"
#include "content/public/browser/browser_context.h"

namespace enterprise_connectors {

// static
RealtimeReportingClient* RealtimeReportingClientFactory::GetForProfile(
    content::BrowserContext* context) {}

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

RealtimeReportingClientFactory::RealtimeReportingClientFactory()
    :{}

RealtimeReportingClientFactory::~RealtimeReportingClientFactory() = default;

KeyedService* RealtimeReportingClientFactory::BuildServiceInstanceFor(
    content::BrowserContext* context) const {}

bool RealtimeReportingClientFactory::ServiceIsCreatedWithBrowserContext()
    const {}

bool RealtimeReportingClientFactory::ServiceIsNULLWhileTesting() const {}

}  // namespace enterprise_connectors