blob: 785f6ad2fb7baf595eaeb8f137b928d8dc5d0a74 [file] [log] [blame]
// Copyright 2020 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 weblayer.mojom;
import "components/content_settings/core/common/content_settings.mojom";
// Configures the renderer.
interface RendererConfiguration {
// Set the content setting rules stored by the renderer.
SetContentSettingRules(
content_settings.mojom.RendererContentSettingRules rules);
};