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

Unified Diff: chromeos/network/tether_constants.h

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 | « chromeos/network/onc/onc_validator_unittest.cc ('k') | chromeos/network/tether_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/tether_constants.h
diff --git a/chromeos/network/tether_constants.h b/chromeos/network/tether_constants.h
index 4d73d1dbf28d5ae7c65646cec1b7ae9cf6518537..fb2fa60009d7b7da5b8ae20990fecbe886395fc7 100644
--- a/chromeos/network/tether_constants.h
+++ b/chromeos/network/tether_constants.h
@@ -20,6 +20,7 @@ CHROMEOS_EXPORT extern const char kTypeTether[];
// Properties associated with tether networks.
CHROMEOS_EXPORT extern const char kTetherBatteryPercentage[];
CHROMEOS_EXPORT extern const char kTetherCarrier[];
+CHROMEOS_EXPORT extern const char kTetherHasConnectedToHost[];
CHROMEOS_EXPORT extern const char kTetherSignalStrength[];
// The device path used for the tether DeviceState.
« no previous file with comments | « chromeos/network/onc/onc_validator_unittest.cc ('k') | chromeos/network/tether_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698