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

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

Issue 539573002: Elim 'Translated' from Managed ONC dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 b538145c12145d22b8a51adda7462efc8b47ace3..b67ecb7745fd22057f0a6ad53e1bfede440bdef4 100644
--- a/chromeos/network/onc/onc_translation_tables.cc
+++ b/chromeos/network/onc/onc_translation_tables.cc
@@ -36,7 +36,7 @@ const FieldTranslationEntry eap_fields[] = {
{NULL}};
const FieldTranslationEntry ipsec_fields[] = {
- // Ignored by Shill, not necessary to synchronize.
+ // This field is converted during translation, see onc_translator_*.
// { ::onc::ipsec::kAuthenticationType, shill::kL2tpIpsecAuthenticationType
// },
{ ::onc::ipsec::kGroup, shill::kL2tpIpsecTunnelGroupProperty},

Powered by Google App Engine
This is Rietveld 408576698