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

Unified Diff: extensions/common/api/networking_onc.idl

Issue 2839693003: MD Settings: Fix networking config errors (Closed)
Patch Set: Feedback 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: extensions/common/api/networking_onc.idl
diff --git a/extensions/common/api/networking_onc.idl b/extensions/common/api/networking_onc.idl
index 6e37363377cfa71f908f513b0e64a0ef4dbde606..960c7a90cc440e9e04b34b1c33fe00bfe8e91450 100644
--- a/extensions/common/api/networking_onc.idl
+++ b/extensions/common/api/networking_onc.idl
@@ -263,9 +263,12 @@ namespace networking.onc {
ClientCertificateType ClientCertType;
DOMString? Identity;
DOMString? Inner;
- DOMString Outer;
+ // The outer EAP type. Required by ONC, but may not be provided when
+ // translating from Shill.
+ DOMString? Outer;
DOMString? Password;
boolean? SaveCredentials;
+ DOMString[]? ServerCAPEMs;
DOMString[]? ServerCARefs;
boolean? UseProactiveKeyCaching;
boolean? UseSystemCAs;
« no previous file with comments | « extensions/browser/api/networking_private/networking_private_chromeos.cc ('k') | extensions/common/api/networking_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698