blob: 009527903c1cc34501cb04932ec8fbb2ec5fb258 [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 {
// Sent by the renderer when the frame becomes focused.
FrameFocused();
};