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

Side by Side Diff: chromeos/test/data/network/uidata_for_l2tpipsec_clientcert.json

Issue 370623002: Remove most of NetworkUIData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "certificate_pattern": {
3 "EnrollmentURI": [
4 "my.enrollment.url"
5 ],
6 "IssuerCAPEMs": [
7 "pem1",
8 "pem2"
9 ],
10 "Issuer": {
11 "CommonName": "common_name",
12 "Locality": "locality",
13 "Organization": "organization",
14 "OrganizationalUnit": "unit"
15 }
16 },
17 "certificate_type": "pattern",
18 "onc_source": "user_policy"
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698