| // content/common/frame_messages.mojom-lite.js is auto generated by mojom_bindings_generator.py, do not edit |
| |
| // Copyright 2018 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| /** |
| * @fileoverview |
| * @suppress {missingRequire} |
| */ |
| 'use strict'; |
| |
| |
| mojo.internal.exportModule('content.mojom'); |
| |
| |
| |
| |
| |
| |
| |
| /** |
| * @const { {$:!mojo.internal.MojomType}} |
| * @export |
| */ |
| content.mojom.DidCommitProvisionalLoadInterfaceParamsSpec = |
| { $: /** @type {!mojo.internal.MojomType} */ ({}) }; |
| |
| |
| |
| |
| mojo.internal.Struct( |
| content.mojom.DidCommitProvisionalLoadInterfaceParamsSpec.$, |
| 'DidCommitProvisionalLoadInterfaceParams', |
| [ |
| mojo.internal.StructField( |
| 'browserInterfaceBrokerReceiver', 0, |
| 0, |
| mojo.internal.InterfaceRequest(blink.mojom.BrowserInterfaceBrokerPendingReceiver), |
| null, |
| false, /* nullable */ |
| 0 /* minVersion */, |
| ), |
| ], |
| [[0, 16],]); |
| |
| |
| |
| |
| |
| /** @record */ |
| content.mojom.DidCommitProvisionalLoadInterfaceParams = class { |
| constructor() { |
| /** @export { !blink.mojom.BrowserInterfaceBrokerPendingReceiver } */ |
| this.browserInterfaceBrokerReceiver; |
| } |
| }; |
| |