// 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/policy/client_data_delegate_desktop.h" #include <utility> #include "base/functional/callback.h" #include "components/policy/core/common/cloud/cloud_policy_util.h" #include "components/policy/proto/device_management_backend.pb.h" namespace policy { void ClientDataDelegateDesktop::FillRegisterBrowserRequest( enterprise_management::RegisterBrowserRequest* request, base::OnceClosure callback) const { … } } // namespace policy