blob: 3f21e79e6a6089c47f158a7b3125ec3b98e2401e [file] [log] [blame]
// Copyright 2018 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_WEB_APPLICATIONS_WEB_APP_UTILS_H_
#define CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_UTILS_H_
class Profile;
namespace base {
class FilePath;
}
namespace web_app {
bool AllowWebAppInstallation(Profile* profile);
base::FilePath GetWebAppsDirectory(Profile* profile);
} // namespace web_app
#endif // CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_UTILS_H_