blob: f83a6b84ddf1efb4208028d98d2f9553a94b7f20 [file] [log] [blame]
// 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 CHROME_APP_CHROME_CONTENT_UTILITY_OVERLAY_MANIFEST_H_
#define CHROME_APP_CHROME_CONTENT_UTILITY_OVERLAY_MANIFEST_H_
#include "services/service_manager/public/cpp/manifest.h"
// Returns the Manifest Chrome amends to Contents's content_utility service
// manifest. This allows Chrome to extend the capabilities exposed and/or
// required by content_utility service instances
const service_manager::Manifest& GetChromeContentUtilityOverlayManifest();
#endif // CHROME_APP_CHROME_CONTENT_UTILITY_OVERLAY_MANIFEST_H_