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

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

Issue 2844363003: [CrOS Tether] Add HasConnectedToHost property for Tether networks. (Closed)
Patch Set: Rebased. 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
« no previous file with comments | « components/onc/onc_constants.cc ('k') | third_party/closure_compiler/externs/networking_private.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « components/onc/onc_constants.cc ('k') | third_party/closure_compiler/externs/networking_private.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698