chromium/chrome/browser/ui/tabs/pinned_tab_service_factory.cc

// Copyright 2012 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/tabs/pinned_tab_service_factory.h"

#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/tabs/pinned_tab_service.h"

// static
PinnedTabService* PinnedTabServiceFactory::GetForProfile(
    Profile* profile) {}

PinnedTabServiceFactory* PinnedTabServiceFactory::GetInstance() {}

PinnedTabServiceFactory::PinnedTabServiceFactory()
    :{}

PinnedTabServiceFactory::~PinnedTabServiceFactory() = default;

KeyedService* PinnedTabServiceFactory::BuildServiceInstanceFor(
    content::BrowserContext* profile) const {}

bool PinnedTabServiceFactory::ServiceIsCreatedWithBrowserContext() const {}

bool PinnedTabServiceFactory::ServiceIsNULLWhileTesting() const {}