summaryrefslogtreecommitdiff
path: root/chromium/fuchsia/engine/context_provider_main.h
blob: bfafcd9b01b07019f1a4cc19607917d9838db810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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 FUCHSIA_ENGINE_CONTEXT_PROVIDER_MAIN_H_
#define FUCHSIA_ENGINE_CONTEXT_PROVIDER_MAIN_H_

#include "fuchsia/engine/web_engine_export.h"

// Main function for the process that implements web::ContextProvider interface.
// Called by WebRunnerMainDelegate when the process is started without --type
// argument.
WEB_ENGINE_EXPORT int ContextProviderMain();

#endif  // FUCHSIA_ENGINE_CONTEXT_PROVIDER_MAIN_H_