chromium/chrome/browser/ui/webui/commerce/product_specifications_disclosure_dialog.h

// 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.

#ifndef CHROME_BROWSER_UI_WEBUI_COMMERCE_PRODUCT_SPECIFICATIONS_DISCLOSURE_DIALOG_H_
#define CHROME_BROWSER_UI_WEBUI_COMMERCE_PRODUCT_SPECIFICATIONS_DISCLOSURE_DIALOG_H_

#include "ui/views/widget/widget.h"
#include "ui/web_dialogs/web_dialog_delegate.h"

namespace content {
class WebContents;
class BrowserContext;
}  // namespace content

namespace commerce {

inline constexpr char kDialogArgsName[] =;
inline constexpr char kDialogArgsUrls[] =;
inline constexpr char kDialogArgsInNewTab[] =;

struct DialogArgs {};

class ProductSpecificationsDisclosureDialog : public ui::WebDialogDelegate {};

}  // namespace commerce

#endif  // CHROME_BROWSER_UI_WEBUI_COMMERCE_PRODUCT_SPECIFICATIONS_DISCLOSURE_DIALOG_H_