Avi Drissman | 4a8573c | 2022-09-09 19:35:54 | [diff] [blame^] | 1 | // Copyright 2020 The Chromium Authors |
Alan Cutter | fe5e9c2 | 2020-11-16 08:21:59 | [diff] [blame] | 2 | // 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 Fangzhen | cda4af6 | 2021-09-09 05:24:02 | [diff] [blame] | 8 | #include "chrome/browser/web_applications/external_install_options.h" |
Alan Cutter | fe5e9c2 | 2020-11-16 08:21:59 | [diff] [blame] | 9 | |
| 10 | namespace web_app { |
| 11 | |
| 12 | ExternalInstallOptions GetConfigForGmail(); |
| 13 | |
| 14 | } // namespace web_app |
| 15 | |
| 16 | #endif // CHROME_BROWSER_WEB_APPLICATIONS_PREINSTALLED_WEB_APPS_GMAIL_H_ |