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