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 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 * Authentication: string | 760 * Authentication: string |
761 * }} | 761 * }} |
762 * @see https://developer.chrome.com/extensions/networkingPrivate#type-EthernetS
tateProperties | 762 * @see https://developer.chrome.com/extensions/networkingPrivate#type-EthernetS
tateProperties |
763 */ | 763 */ |
764 chrome.networkingPrivate.EthernetStateProperties; | 764 chrome.networkingPrivate.EthernetStateProperties; |
765 | 765 |
766 /** | 766 /** |
767 * @typedef {{ | 767 * @typedef {{ |
768 * BatteryPercentage: (number|undefined), | 768 * BatteryPercentage: (number|undefined), |
769 * Carrier: (string|undefined), | 769 * Carrier: (string|undefined), |
| 770 * HasConnectedToHost: boolean, |
770 * SignalStrength: (number|undefined) | 771 * SignalStrength: (number|undefined) |
771 * }} | 772 * }} |
772 * @see https://developer.chrome.com/extensions/networkingPrivate#type-TetherPro
perties | 773 * @see https://developer.chrome.com/extensions/networkingPrivate#type-TetherPro
perties |
773 */ | 774 */ |
774 chrome.networkingPrivate.TetherProperties; | 775 chrome.networkingPrivate.TetherProperties; |
775 | 776 |
776 /** | 777 /** |
777 * @typedef {{ | 778 * @typedef {{ |
778 * AutoConnect: (boolean|undefined), | 779 * AutoConnect: (boolean|undefined), |
779 * Host: (string|undefined), | 780 * Host: (string|undefined), |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1351 */ | 1352 */ |
1352 chrome.networkingPrivate.onDeviceStateListChanged; | 1353 chrome.networkingPrivate.onDeviceStateListChanged; |
1353 | 1354 |
1354 /** | 1355 /** |
1355 * Fired when a portal detection for a network completes. Sends the guid of the | 1356 * Fired when a portal detection for a network completes. Sends the guid of the |
1356 * network and the corresponding captive portal status. | 1357 * network and the corresponding captive portal status. |
1357 * @type {!ChromeEvent} | 1358 * @type {!ChromeEvent} |
1358 * @see https://developer.chrome.com/extensions/networkingPrivate#event-onPortal
DetectionCompleted | 1359 * @see https://developer.chrome.com/extensions/networkingPrivate#event-onPortal
DetectionCompleted |
1359 */ | 1360 */ |
1360 chrome.networkingPrivate.onPortalDetectionCompleted; | 1361 chrome.networkingPrivate.onPortalDetectionCompleted; |
OLD | NEW |