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