910e62b5创建于 1月15日历史提交
// 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 "android_webview/browser/component_updater/registration.h"

#include "android_webview/browser/component_updater/origin_trials_component_loader.h"
#include "android_webview/browser/metrics/aw_metrics_service_client.h"

namespace android_webview {

component_updater::ComponentLoaderPolicyVector GetComponentLoaderPolicies() {
  component_updater::ComponentLoaderPolicyVector policies;
  LoadOriginTrialsComponent(policies);
  return policies;
}

}  // namespace android_webview