blob: 2736916ba7443e0a2d7e70da544861e32ad2cecd [file] [log] [blame]
// 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