Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Side by Side Diff: third_party/closure_compiler/externs/networking_private.js

Issue 2844363003: [CrOS Tether] Add HasConnectedToHost property for Tether networks. (Closed)
Patch Set: Rebased. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « extensions/common/api/networking_private.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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;
OLDNEW
« no previous file with comments | « extensions/common/api/networking_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698