| 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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 * BatteryPercentage: (number|undefined), | 766 * BatteryPercentage: (number|undefined), |
| 767 * Carrier: (string|undefined), | 767 * Carrier: (string|undefined), |
| 768 * SignalStrength: (number|undefined) | 768 * SignalStrength: (number|undefined) |
| 769 * }} | 769 * }} |
| 770 * @see https://developer.chrome.com/extensions/networkingPrivate#type-TetherPro
perties | 770 * @see https://developer.chrome.com/extensions/networkingPrivate#type-TetherPro
perties |
| 771 */ | 771 */ |
| 772 chrome.networkingPrivate.TetherProperties; | 772 chrome.networkingPrivate.TetherProperties; |
| 773 | 773 |
| 774 /** | 774 /** |
| 775 * @typedef {{ | 775 * @typedef {{ |
| 776 * BatteryPercentage: (!chrome.networkingPrivate.ManagedLong|undefined), | |
| 777 * Carrier: (!chrome.networkingPrivate.ManagedDOMString|undefined), | |
| 778 * SignalStrength: (!chrome.networkingPrivate.ManagedLong|undefined) | |
| 779 * }} | |
| 780 * @see https://developer.chrome.com/extensions/networkingPrivate#type-ManagedTe
therProperties | |
| 781 */ | |
| 782 chrome.networkingPrivate.ManagedTetherProperties; | |
| 783 | |
| 784 /** | |
| 785 * @typedef {{ | |
| 786 * AutoConnect: (boolean|undefined), | 776 * AutoConnect: (boolean|undefined), |
| 787 * Host: (string|undefined), | 777 * Host: (string|undefined), |
| 788 * IPsec: (!chrome.networkingPrivate.IPSecProperties|undefined), | 778 * IPsec: (!chrome.networkingPrivate.IPSecProperties|undefined), |
| 789 * L2TP: (!chrome.networkingPrivate.L2TPProperties|undefined), | 779 * L2TP: (!chrome.networkingPrivate.L2TPProperties|undefined), |
| 790 * OpenVPN: (!chrome.networkingPrivate.OpenVPNProperties|undefined), | 780 * OpenVPN: (!chrome.networkingPrivate.OpenVPNProperties|undefined), |
| 791 * ThirdPartyVPN: (!chrome.networkingPrivate.ThirdPartyVPNProperties|undefined
), | 781 * ThirdPartyVPN: (!chrome.networkingPrivate.ThirdPartyVPNProperties|undefined
), |
| 792 * Type: (string|undefined) | 782 * Type: (string|undefined) |
| 793 * }} | 783 * }} |
| 794 * @see https://developer.chrome.com/extensions/networkingPrivate#type-VPNProper
ties | 784 * @see https://developer.chrome.com/extensions/networkingPrivate#type-VPNProper
ties |
| 795 */ | 785 */ |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 959 * IPConfigs: (!Array<!chrome.networkingPrivate.IPConfigProperties>|undefined)
, | 949 * IPConfigs: (!Array<!chrome.networkingPrivate.IPConfigProperties>|undefined)
, |
| 960 * MacAddress: (string|undefined), | 950 * MacAddress: (string|undefined), |
| 961 * Name: (!chrome.networkingPrivate.ManagedDOMString|undefined), | 951 * Name: (!chrome.networkingPrivate.ManagedDOMString|undefined), |
| 962 * NameServersConfigType: (!chrome.networkingPrivate.ManagedIPConfigType|undef
ined), | 952 * NameServersConfigType: (!chrome.networkingPrivate.ManagedIPConfigType|undef
ined), |
| 963 * Priority: (!chrome.networkingPrivate.ManagedLong|undefined), | 953 * Priority: (!chrome.networkingPrivate.ManagedLong|undefined), |
| 964 * ProxySettings: (!chrome.networkingPrivate.ManagedProxySettings|undefined), | 954 * ProxySettings: (!chrome.networkingPrivate.ManagedProxySettings|undefined), |
| 965 * RestrictedConnectivity: (boolean|undefined), | 955 * RestrictedConnectivity: (boolean|undefined), |
| 966 * StaticIPConfig: (!chrome.networkingPrivate.ManagedIPConfigProperties|undefi
ned), | 956 * StaticIPConfig: (!chrome.networkingPrivate.ManagedIPConfigProperties|undefi
ned), |
| 967 * SavedIPConfig: (!chrome.networkingPrivate.IPConfigProperties|undefined), | 957 * SavedIPConfig: (!chrome.networkingPrivate.IPConfigProperties|undefined), |
| 968 * Source: (string|undefined), | 958 * Source: (string|undefined), |
| 969 * Tether: (!chrome.networkingPrivate.ManagedTetherProperties|undefined), | 959 * Tether: (!chrome.networkingPrivate.TetherProperties|undefined), |
| 970 * Type: !chrome.networkingPrivate.NetworkType, | 960 * Type: !chrome.networkingPrivate.NetworkType, |
| 971 * VPN: (!chrome.networkingPrivate.ManagedVPNProperties|undefined), | 961 * VPN: (!chrome.networkingPrivate.ManagedVPNProperties|undefined), |
| 972 * WiFi: (!chrome.networkingPrivate.ManagedWiFiProperties|undefined), | 962 * WiFi: (!chrome.networkingPrivate.ManagedWiFiProperties|undefined), |
| 973 * WiMAX: (!chrome.networkingPrivate.ManagedWiMAXProperties|undefined) | 963 * WiMAX: (!chrome.networkingPrivate.ManagedWiMAXProperties|undefined) |
| 974 * }} | 964 * }} |
| 975 * @see https://developer.chrome.com/extensions/networkingPrivate#type-ManagedPr
operties | 965 * @see https://developer.chrome.com/extensions/networkingPrivate#type-ManagedPr
operties |
| 976 */ | 966 */ |
| 977 chrome.networkingPrivate.ManagedProperties; | 967 chrome.networkingPrivate.ManagedProperties; |
| 978 | 968 |
| 979 /** | 969 /** |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1354 */ | 1344 */ |
| 1355 chrome.networkingPrivate.onDeviceStateListChanged; | 1345 chrome.networkingPrivate.onDeviceStateListChanged; |
| 1356 | 1346 |
| 1357 /** | 1347 /** |
| 1358 * Fired when a portal detection for a network completes. Sends the guid of the | 1348 * Fired when a portal detection for a network completes. Sends the guid of the |
| 1359 * network and the corresponding captive portal status. | 1349 * network and the corresponding captive portal status. |
| 1360 * @type {!ChromeEvent} | 1350 * @type {!ChromeEvent} |
| 1361 * @see https://developer.chrome.com/extensions/networkingPrivate#event-onPortal
DetectionCompleted | 1351 * @see https://developer.chrome.com/extensions/networkingPrivate#event-onPortal
DetectionCompleted |
| 1362 */ | 1352 */ |
| 1363 chrome.networkingPrivate.onPortalDetectionCompleted; | 1353 chrome.networkingPrivate.onPortalDetectionCompleted; |
| OLD | NEW |