blob: 1005663cd9afa1cf2b9d8544ec033c709c094b88 [file] [log] [blame]
// Copyright 2015 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.
module content;
import "mojo/application/public/interfaces/service_provider.mojom";
interface ApplicationSetup {
ExchangeServiceProviders(mojo.ServiceProvider& services,
mojo.ServiceProvider exposed_services);
};