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

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

Issue 2836083002: [CrOS Tether] Update NetworkConfigurationHandler::GetShillProperties() to work with Tether networks. (Closed)
Patch Set: stevenjb@ comments. 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/network_state_handler.cc ('k') | chromeos/network/onc/onc_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/onc/onc_signature.cc
diff --git a/chromeos/network/onc/onc_signature.cc b/chromeos/network/onc/onc_signature.cc
index 7887edb72fa44245e4f1602681f3ac2a86c52f97..b2c4cd561c2712221255c9eaf50985152235f8ad 100644
--- a/chromeos/network/onc/onc_signature.cc
+++ b/chromeos/network/onc/onc_signature.cc
@@ -318,6 +318,7 @@ const OncFieldSignature network_configuration_fields[] = {
{::onc::kRecommended, &kRecommendedSignature},
{::onc::kRemove, &kBoolSignature},
{::onc::network_config::kStaticIPConfig, &kStaticIPConfigSignature},
+ {::onc::network_config::kTether, &kTetherSignature},
{::onc::network_config::kType, &kStringSignature},
{::onc::network_config::kVPN, &kVPNSignature},
{::onc::network_config::kWiFi, &kWiFiSignature},
« no previous file with comments | « chromeos/network/network_state_handler.cc ('k') | chromeos/network/onc/onc_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698