blob: 5af98ef5b9f2e3e7c90ce602c3a2f49a7219eb75 [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module webapps.mojom;
import "components/webapps/common/web_page_metadata.mojom";
// Messages sent from the webapps component to the render frame.
interface WebPageMetadataAgent {
// Requests the web page metadata from the renderer.
GetWebPageMetadata() => (WebPageMetadata web_page_metadata);
};