chromium/chrome/browser/devtools/protocol/pwa_handler.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_DEVTOOLS_PROTOCOL_PWA_HANDLER_H_
#define CHROME_BROWSER_DEVTOOLS_PROTOCOL_PWA_HANDLER_H_

#include <memory>
#include <string>

#include "base/memory/weak_ptr.h"
#include "chrome/browser/devtools/protocol/pwa.h"

class Profile;

namespace content {
class WebContents;
}  // namespace content

namespace web_app {
class WebAppCommandScheduler;
struct WebAppInstallInfo;
}  // namespace web_app

class PWAHandler final : public protocol::PWA::Backend {};

#endif  // CHROME_BROWSER_DEVTOOLS_PROTOCOL_PWA_HANDLER_H_