blob: bc6a4e78cdced4ffa75c5039d8e242a5bf449d22 [file] [log] [blame]
// Copyright 2018 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.
'use strict';
mojo.internal.exportModule('blink.mojom');
/**
* @const { {$:!mojo.internal.MojomType}}
* @export
*/
blink.mojom.ReferrerSpec =
{ $: /** @type {!mojo.internal.MojomType} */ ({}) };
mojo.internal.Struct(
blink.mojom.ReferrerSpec.$,
'Referrer',
16,
[
mojo.internal.StructField(
'url', 0,
0,
url.mojom.UrlSpec.$,
null,
false /* nullable */),
mojo.internal.StructField(
'policy', 8,
0,
network.mojom.ReferrerPolicySpec.$,
0,
false /* nullable */),
]);