| // Copyright 2023 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef CONTENT_SHELL_APP_IOS_WEB_TESTS_SUPPORT_IOS_H_ | |
| #define CONTENT_SHELL_APP_IOS_WEB_TESTS_SUPPORT_IOS_H_ | |
| int RunWebTestsFromIOSApp(int argc, const char* _Nullable* _Nullable argv); | |
| #endif // CONTENT_SHELL_APP_IOS_WEB_TESTS_SUPPORT_IOS_H_ |