blob: e750629a5a45bb62eea8988c3b0319a727f74752 [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;
// 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();
};