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

Unified Diff: chromeos/network/onc/onc_translation_tables.cc

Issue 2844363003: [CrOS Tether] Add HasConnectedToHost property for Tether networks. (Closed)
Patch Set: stevenjb@ comment. 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: chromeos/network/onc/onc_translation_tables.cc
diff --git a/chromeos/network/onc/onc_translation_tables.cc b/chromeos/network/onc/onc_translation_tables.cc
index c75965ae3787e9be2c872f8f8a4cd99b3537435d..217a4ded56094ecd3414f0869a42b46787068e55 100644
--- a/chromeos/network/onc/onc_translation_tables.cc
+++ b/chromeos/network/onc/onc_translation_tables.cc
@@ -114,6 +114,7 @@ const FieldTranslationEntry vpn_fields[] = {
const FieldTranslationEntry tether_fields[] = {
{::onc::tether::kBatteryPercentage, kTetherBatteryPercentage},
{::onc::tether::kCarrier, kTetherCarrier},
+ {::onc::tether::kHasConnectedToHost, kTetherHasConnectedToHost},
{::onc::tether::kSignalStrength, kTetherSignalStrength},
{NULL}};

Powered by Google App Engine
This is Rietveld 408576698