summaryrefslogtreecommitdiff
path: root/chromium/webrunner/browser/webrunner_browser_main.h
blob: 37428a1e23f606c8ad81a7d47c1d43b333b522f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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 WEBRUNNER_BROWSER_WEBRUNNER_BROWSER_MAIN_H_
#define WEBRUNNER_BROWSER_WEBRUNNER_BROWSER_MAIN_H_

#include <memory>

namespace content {
struct MainFunctionParams;
}  // namespace content

namespace webrunner {
int WebRunnerBrowserMain(const content::MainFunctionParams& parameters);
}  // namespace webrunner

#endif  // WEBRUNNER_BROWSER_WEBRUNNER_BROWSER_MAIN_H_