blob: bdfc173f5cf3183b0480a0c588dc78eac04d4209 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_WEB_APPLICATIONS_MEDIA_WEB_APP_INFO_H_
#define CHROME_BROWSER_CHROMEOS_WEB_APPLICATIONS_MEDIA_WEB_APP_INFO_H_
#include <memory>
struct WebApplicationInfo;
// Return a WebApplicationInfo used to install the app.
std::unique_ptr<WebApplicationInfo> CreateWebAppInfoForMediaWebApp();
#endif // CHROME_BROWSER_CHROMEOS_WEB_APPLICATIONS_MEDIA_WEB_APP_INFO_H_