chromium/chrome/browser/segmentation_platform/chrome_browser_main_extra_parts_segmentation_platform.cc

// Copyright 2021 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/segmentation_platform/chrome_browser_main_extra_parts_segmentation_platform.h"

#include "chrome/browser/browser_process.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/segmentation_platform/segmentation_platform_service_factory.h"
#include "chrome/browser/segmentation_platform/ukm_database_client.h"
#include "components/segmentation_platform/public/local_state_helper.h"
#include "components/segmentation_platform/public/segmentation_platform_service.h"

void ChromeBrowserMainExtraPartsSegmentationPlatform::PreCreateThreads() {}

void ChromeBrowserMainExtraPartsSegmentationPlatform::PreProfileInit() {}

void ChromeBrowserMainExtraPartsSegmentationPlatform::PostProfileInit(
    Profile* profile,
    bool is_initial_profile) {}

void ChromeBrowserMainExtraPartsSegmentationPlatform::PostMainMessageLoopRun() {}