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

Unified Diff: extensions/common/api/networking_private.idl

Issue 2844363003: [CrOS Tether] Add HasConnectedToHost property for Tether networks. (Closed)
Patch Set: Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: extensions/common/api/networking_private.idl
diff --git a/extensions/common/api/networking_private.idl b/extensions/common/api/networking_private.idl
index eb2d7bb3bd92057cffb1ffa4cf379ba06bf48539..b0b01267d953c418bdd87e1247f81d9a137b4cc7 100644
--- a/extensions/common/api/networking_private.idl
+++ b/extensions/common/api/networking_private.idl
@@ -583,6 +583,7 @@ namespace networkingPrivate {
dictionary TetherProperties {
long? BatteryPercentage;
DOMString? Carrier;
+ boolean HasConnectedToHost;
long? SignalStrength;
};

Powered by Google App Engine
This is Rietveld 408576698