blob: a17551c02f422c0dbb99664793ce40ff57a6c53c [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module weblayer.mojom;
// Used to control the renderer's ErrorPageHelper.
interface ErrorPageHelper {
// Used to disable the ErrorPageHelper for the next error. This is used when
// the embedder injects its own error page.
DisableErrorPageHelperForNextError();
};