| OLD | NEW |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | 1 // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file was generated by: | 5 // This file was generated by: |
| 6 // ./tools/json_schema_compiler/compiler.py. | 6 // ./tools/json_schema_compiler/compiler.py. |
| 7 // NOTE: The format of types has changed. 'FooType' is now | 7 // NOTE: The format of types has changed. 'FooType' is now |
| 8 // 'chrome.networkingPrivate.FooType'. | 8 // 'chrome.networkingPrivate.FooType'. |
| 9 // Please run the closure compiler before committing changes. | 9 // Please run the closure compiler before committing changes. |
| 10 // See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_comp
ilation.md | 10 // See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_comp
ilation.md |
| (...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 * BatteryPercentage: (number|undefined), | 768 * BatteryPercentage: (number|undefined), |
| 769 * Carrier: (string|undefined), | 769 * Carrier: (string|undefined), |
| 770 * SignalStrength: (number|undefined) | 770 * SignalStrength: (number|undefined) |
| 771 * }} | 771 * }} |
| 772 * @see https://developer.chrome.com/extensions/networkingPrivate#type-TetherPro
perties | 772 * @see https://developer.chrome.com/extensions/networkingPrivate#type-TetherPro
perties |
| 773 */ | 773 */ |
| 774 chrome.networkingPrivate.TetherProperties; | 774 chrome.networkingPrivate.TetherProperties; |
| 775 | 775 |
| 776 /** | 776 /** |
| 777 * @typedef {{ | 777 * @typedef {{ |
| 778 * BatteryPercentage: (!chrome.networkingPrivate.ManagedLong|undefined), | |
| 779 * Carrier: (!chrome.networkingPrivate.ManagedDOMString|undefined), | |
| 780 * SignalStrength: (!chrome.networkingPrivate.ManagedLong|undefined) | |
| 781 * }} | |
| 782 * @see https://developer.chrome.com/extensions/networkingPrivate#type-ManagedTe
therProperties | |
| 783 */ | |
| 784 chrome.networkingPrivate.ManagedTetherProperties; | |
| 785 | |
| 786 /** | |
| 787 * @typedef {{ | |
| 788 * AutoConnect: (boolean|undefined), | 778 * AutoConnect: (boolean|undefined), |
| 789 * Host: (string|undefined), | 779 * Host: (string|undefined), |
| 790 * IPsec: (!chrome.networkingPrivate.IPSecProperties|undefined), | 780 * IPsec: (!chrome.networkingPrivate.IPSecProperties|undefined), |
| 791 * L2TP: (!chrome.networkingPrivate.L2TPProperties|undefined), | 781 * L2TP: (!chrome.networkingPrivate.L2TPProperties|undefined), |
| 792 * OpenVPN: (!chrome.networkingPrivate.OpenVPNProperties|undefined), | 782 * OpenVPN: (!chrome.networkingPrivate.OpenVPNProperties|undefined), |
| 793 * ThirdPartyVPN: (!chrome.networkingPrivate.ThirdPartyVPNProperties|undefined
), | 783 * ThirdPartyVPN: (!chrome.networkingPrivate.ThirdPartyVPNProperties|undefined
), |
| 794 * Type: (string|undefined) | 784 * Type: (string|undefined) |
| 795 * }} | 785 * }} |
| 796 * @see https://developer.chrome.com/extensions/networkingPrivate#type-VPNProper
ties | 786 * @see https://developer.chrome.com/extensions/networkingPrivate#type-VPNProper
ties |
| 797 */ | 787 */ |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 961 * IPConfigs: (!Array<!chrome.networkingPrivate.IPConfigProperties>|undefined)
, | 951 * IPConfigs: (!Array<!chrome.networkingPrivate.IPConfigProperties>|undefined)
, |
| 962 * MacAddress: (string|undefined), | 952 * MacAddress: (string|undefined), |
| 963 * Name: (!chrome.networkingPrivate.ManagedDOMString|undefined), | 953 * Name: (!chrome.networkingPrivate.ManagedDOMString|undefined), |
| 964 * NameServersConfigType: (!chrome.networkingPrivate.ManagedIPConfigType|undef
ined), | 954 * NameServersConfigType: (!chrome.networkingPrivate.ManagedIPConfigType|undef
ined), |
| 965 * Priority: (!chrome.networkingPrivate.ManagedLong|undefined), | 955 * Priority: (!chrome.networkingPrivate.ManagedLong|undefined), |
| 966 * ProxySettings: (!chrome.networkingPrivate.ManagedProxySettings|undefined), | 956 * ProxySettings: (!chrome.networkingPrivate.ManagedProxySettings|undefined), |
| 967 * RestrictedConnectivity: (boolean|undefined), | 957 * RestrictedConnectivity: (boolean|undefined), |
| 968 * StaticIPConfig: (!chrome.networkingPrivate.ManagedIPConfigProperties|undefi
ned), | 958 * StaticIPConfig: (!chrome.networkingPrivate.ManagedIPConfigProperties|undefi
ned), |
| 969 * SavedIPConfig: (!chrome.networkingPrivate.IPConfigProperties|undefined), | 959 * SavedIPConfig: (!chrome.networkingPrivate.IPConfigProperties|undefined), |
| 970 * Source: (string|undefined), | 960 * Source: (string|undefined), |
| 971 * Tether: (!chrome.networkingPrivate.ManagedTetherProperties|undefined), | 961 * Tether: (!chrome.networkingPrivate.TetherProperties|undefined), |
| 972 * Type: !chrome.networkingPrivate.NetworkType, | 962 * Type: !chrome.networkingPrivate.NetworkType, |
| 973 * VPN: (!chrome.networkingPrivate.ManagedVPNProperties|undefined), | 963 * VPN: (!chrome.networkingPrivate.ManagedVPNProperties|undefined), |
| 974 * WiFi: (!chrome.networkingPrivate.ManagedWiFiProperties|undefined), | 964 * WiFi: (!chrome.networkingPrivate.ManagedWiFiProperties|undefined), |
| 975 * WiMAX: (!chrome.networkingPrivate.ManagedWiMAXProperties|undefined) | 965 * WiMAX: (!chrome.networkingPrivate.ManagedWiMAXProperties|undefined) |
| 976 * }} | 966 * }} |
| 977 * @see https://developer.chrome.com/extensions/networkingPrivate#type-ManagedPr
operties | 967 * @see https://developer.chrome.com/extensions/networkingPrivate#type-ManagedPr
operties |
| 978 */ | 968 */ |
| 979 chrome.networkingPrivate.ManagedProperties; | 969 chrome.networkingPrivate.ManagedProperties; |
| 980 | 970 |
| 981 /** | 971 /** |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1361 */ | 1351 */ |
| 1362 chrome.networkingPrivate.onDeviceStateListChanged; | 1352 chrome.networkingPrivate.onDeviceStateListChanged; |
| 1363 | 1353 |
| 1364 /** | 1354 /** |
| 1365 * Fired when a portal detection for a network completes. Sends the guid of the | 1355 * Fired when a portal detection for a network completes. Sends the guid of the |
| 1366 * network and the corresponding captive portal status. | 1356 * network and the corresponding captive portal status. |
| 1367 * @type {!ChromeEvent} | 1357 * @type {!ChromeEvent} |
| 1368 * @see https://developer.chrome.com/extensions/networkingPrivate#event-onPortal
DetectionCompleted | 1358 * @see https://developer.chrome.com/extensions/networkingPrivate#event-onPortal
DetectionCompleted |
| 1369 */ | 1359 */ |
| 1370 chrome.networkingPrivate.onPortalDetectionCompleted; | 1360 chrome.networkingPrivate.onPortalDetectionCompleted; |
| OLD | NEW |