blob: 1ad9e55990318fc17cf1a62af802031973b36bbd [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 {
[Peer=RenderProcessMojo]
interface RenderProcessHostMojo {
};
[Peer=RenderProcessHostMojo]
interface RenderProcessMojo {
SetWebUIHandle(int32 view_routing_id,
handle<message_pipe> browser_web_ui_handle);
};
}