blob: 957302ccb9a85e0451f96dc92911bc106aae5647 [file] [log] [blame]
// Copyright 2019 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.mojom;
// Mojo interface for communicating from RenderFrameProxy to
// RenderFrameProxyHost.
interface RenderFrameProxyHost {
// TODO(dtapuska): Keep this interface for now. All methods have moved to
// blink::RemoteFrameHost but we might still need this.
};