1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15

fuchsia_web / webengine / context_provider_main.h [blame]

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef FUCHSIA_WEB_WEBENGINE_CONTEXT_PROVIDER_MAIN_H_
#define FUCHSIA_WEB_WEBENGINE_CONTEXT_PROVIDER_MAIN_H_

#include "fuchsia_web/webengine/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_WEB_WEBENGINE_CONTEXT_PROVIDER_MAIN_H_