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

Unified Diff: chromeos/test/data/network/translation_of_shill_l2tpipsec.onc

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/test/data/network/translation_of_shill_l2tpipsec.onc
diff --git a/chromeos/test/data/network/translation_of_shill_l2tpipsec.onc b/chromeos/test/data/network/translation_of_shill_l2tpipsec.onc
index 271a7182c930ac59ba57352c99836b6624dc1d41..c12a76902d0dbdeed03cb319c04539eb9fc67863 100644
--- a/chromeos/test/data/network/translation_of_shill_l2tpipsec.onc
+++ b/chromeos/test/data/network/translation_of_shill_l2tpipsec.onc
@@ -5,11 +5,11 @@
"Type": "L2TP-IPsec",
"Host": "some.host.org",
"IPsec": {
- // These two fields are part of the ONC (and are required). However, they
- // don't exist explicitly in the Shill dictionary. As there is no use-case
- // yet, that requires to reconstruct these fields from a Shill dictionary,
- // we don't require their translation.
- // "AuthenticationType": "PSK",
+ "AuthenticationType": "PSK",
+ // This field is part of ONC (and is required). However, it does not
+ // exist explicitly in the Shill dictionary. As there is no use-case yet
+ // that requires reconstructing this field from a Shill dictionary, we
+ // don't translate it.
// "IKEVersion": 1,
"PSK": "some_preshared_key",
"SaveCredentials": true,

Powered by Google App Engine
This is Rietveld 408576698