blob: 25b0b189c2035ac59c2380aa04ee1c0c0958a86f [file] [log] [blame]
// Copyright 2019 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 CONTENT_PUBLIC_APP_CONTENT_PLUGIN_MANIFEST_H_
#define CONTENT_PUBLIC_APP_CONTENT_PLUGIN_MANIFEST_H_
#include "services/service_manager/public/cpp/manifest.h"
namespace content {
// Returns the service manifest for the "content_plugin" service. Every
// plugin process is an instance of this service, so this manifest determines
// what capabilities are directly exposed and required by plugin processes
// through the Service Manager.
const service_manager::Manifest& GetContentPluginManifest();
} // namespace content
#endif // CONTENT_PUBLIC_APP_CONTENT_PLUGIN_MANIFEST_H_