blob: 27273ea609e3b4bb351151ca3a33eec2cb3582a5 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2020 The Chromium Authors
Alan Cutterfe5e9c22020-11-16 08:21:592// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_WEB_APPLICATIONS_PREINSTALLED_WEB_APPS_GMAIL_H_
6#define CHROME_BROWSER_WEB_APPLICATIONS_PREINSTALLED_WEB_APPS_GMAIL_H_
7
Song Fangzhencda4af62021-09-09 05:24:028#include "chrome/browser/web_applications/external_install_options.h"
Alan Cutterfe5e9c22020-11-16 08:21:599
10namespace web_app {
11
12ExternalInstallOptions GetConfigForGmail();
13
14} // namespace web_app
15
16#endif // CHROME_BROWSER_WEB_APPLICATIONS_PREINSTALLED_WEB_APPS_GMAIL_H_