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

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

Issue 563643002: Document cellular properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_9c
Patch Set: Created 6 years, 3 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 d38f187ac565d0c481e8ad19b811c12c4b216ad7..dd0f8f2431e0911684d9d5fc9854c083d3dc81d9 100644
--- a/chromeos/network/onc/onc_translation_tables.cc
+++ b/chromeos/network/onc/onc_translation_tables.cc
@@ -338,7 +338,6 @@ const FieldTranslationEntry kCellularDeviceTable[] = {
{ ::onc::cellular::kPRLVersion, shill::kPRLVersionProperty},
{ ::onc::cellular::kProviderRequiresRoaming,
shill::kProviderRequiresRoamingProperty},
- { ::onc::cellular::kSelectedNetwork, shill::kSelectedNetworkProperty},
// This field is converted during translation, see onc_translator_*.
// { ::onc::cellular::kSIMLockStatus, shill::kSIMLockStatusProperty},
{ ::onc::cellular::kSIMPresent, shill::kSIMPresentProperty},

Powered by Google App Engine
This is Rietveld 408576698