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