chromium/chrome/browser/extensions/extension_browser_window_desktop.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/extensions/extension_browser_window_desktop.h"

#include "chrome/browser/extensions/api/tabs/tabs_constants.h"
#include "chrome/browser/extensions/extension_tab_util.h"
#include "chrome/browser/platform_util.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_window.h"
#include "content/public/browser/web_contents.h"
#include "ui/base/base_window.h"

namespace extensions {

ExtensionBrowserWindowDesktop::ExtensionBrowserWindowDesktop(Browser& browser)
    :{}
ExtensionBrowserWindowDesktop::~ExtensionBrowserWindowDesktop() = default;

Browser* ExtensionBrowserWindowDesktop::GetBrowserObject() const {}

int ExtensionBrowserWindowDesktop::GetWindowId() const {}

std::string ExtensionBrowserWindowDesktop::GetBrowserWindowTypeText() const {}

base::Value::Dict ExtensionBrowserWindowDesktop::CreateWindowValueForExtension(
    const Extension* extension,
    PopulateTabBehavior populate_tab_behavior,
    mojom::ContextType context) const {}

base::Value::List ExtensionBrowserWindowDesktop::CreateTabList(
    const Extension* extension,
    mojom::ContextType context) const {}

}  // namespace extensions