1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / shell / app / ios / web_tests_support_ios.h [blame]

// 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_