// 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); };