chromium/chrome/browser/enterprise/data_controls/desktop_data_controls_dialog_factory.cc

// Copyright 2024 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/enterprise/data_controls/desktop_data_controls_dialog_factory.h"

#include "base/memory/singleton.h"
#include "chrome/browser/enterprise/data_controls/desktop_data_controls_dialog.h"

namespace data_controls {

// static
DesktopDataControlsDialogFactory*
DesktopDataControlsDialogFactory::GetInstance() {}

DataControlsDialog* DesktopDataControlsDialogFactory::CreateDialog(
    DataControlsDialog::Type type,
    content::WebContents* web_contents,
    base::OnceCallback<void(bool bypassed)> callback) {}

}  // namespace data_controls