blob: df45c5ac22f8d975728c91f8c29931f73f9f8784 [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/shell/public/interfaces/service_provider.mojom";
interface ApplicationSetup {
ExchangeServiceProviders(mojo.ServiceProvider& services,
mojo.ServiceProvider exposed_services);
};