chromium/chrome/browser/component_updater/chrome_origin_trials_component_installer.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/component_updater/chrome_origin_trials_component_installer.h"

#include <cstdint>
#include <utility>
#include <vector>

#include "base/functional/callback.h"
#include "chrome/browser/browser_process.h"
#include "components/embedder_support/origin_trials/component_updater_utils.h"

namespace component_updater {

void ChromeOriginTrialsComponentInstallerPolicy::ComponentReady(
    const base::Version& version,
    const base::FilePath& install_dir,
    base::Value::Dict manifest) {}

void RegisterOriginTrialsComponent(ComponentUpdateService* updater_service) {}

}  // namespace component_updater