blob: abe4f652f32b0c82ade400148aa4e8d48f5af409 [file] [log] [blame]
// Copyright 2014 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 RenderFrameSetup {
ExchangeServiceProviders(int32 frame_routing_id,
mojo.ServiceProvider& services,
mojo.ServiceProvider exposed_services);
};