blob: eac66870d4b8eea640eefadc36520170d021310a [file] [log] [blame]
// services/network/public/mojom/default_credentials.mojom-lite.js is auto generated by mojom_bindings_generator.py, do not edit
// 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('network.mojom');
/**
* @const { {$: !mojo.internal.MojomType} }
* @export
*/
network.mojom.DefaultCredentialsSpec = { $: mojo.internal.Enum() };
/**
* @enum {number}
* @export
*/
network.mojom.DefaultCredentials = {
DISALLOW_DEFAULT_CREDENTIALS: 0,
ALLOW_DEFAULT_CREDENTIALS: 1,
MIN_VALUE: 0,
MAX_VALUE: 1,
};