blob: 5ed5ae69c3ab4ed9f2f7e483b86195f76a632c31 [file] [log] [blame]
// Copyright 2017 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_UTILITY_MASH_SERVICE_FACTORY_H_
#define CHROME_UTILITY_MASH_SERVICE_FACTORY_H_
#include "content/public/utility/content_utility_client.h"
// Registers the services provided by mash.
void RegisterMashServices(
content::ContentUtilityClient::StaticServiceMap* services);
#endif // CHROME_UTILITY_MASH_SERVICE_FACTORY_H_