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

Side by Side Diff: third_party/closure_compiler/externs/networking_private.js

Issue 2853563002: ONC: Translate EAP from Shill to ONC (Closed)
Patch Set: Test for empty EAP field and cl format Created 3 years, 7 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
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file was generated by: 5 // This file was generated by:
6 // ./tools/json_schema_compiler/compiler.py. 6 // ./tools/json_schema_compiler/compiler.py.
7 // NOTE: The format of types has changed. 'FooType' is now 7 // NOTE: The format of types has changed. 'FooType' is now
8 // 'chrome.networkingPrivate.FooType'. 8 // 'chrome.networkingPrivate.FooType'.
9 // Please run the closure compiler before committing changes. 9 // Please run the closure compiler before committing changes.
10 // See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_comp ilation.md 10 // See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_comp ilation.md
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 * ClientCertPattern: (!chrome.networkingPrivate.CertificatePattern|undefined) , 297 * ClientCertPattern: (!chrome.networkingPrivate.CertificatePattern|undefined) ,
298 * ClientCertRef: (string|undefined), 298 * ClientCertRef: (string|undefined),
299 * ClientCertType: (string|undefined), 299 * ClientCertType: (string|undefined),
300 * Identity: (string|undefined), 300 * Identity: (string|undefined),
301 * Inner: (string|undefined), 301 * Inner: (string|undefined),
302 * Outer: (string|undefined), 302 * Outer: (string|undefined),
303 * Password: (string|undefined), 303 * Password: (string|undefined),
304 * SaveCredentials: (boolean|undefined), 304 * SaveCredentials: (boolean|undefined),
305 * ServerCAPEMs: (!Array<string>|undefined), 305 * ServerCAPEMs: (!Array<string>|undefined),
306 * ServerCARefs: (!Array<string>|undefined), 306 * ServerCARefs: (!Array<string>|undefined),
307 * SubjectMatch: (string|undefined),
307 * UseProactiveKeyCaching: (boolean|undefined), 308 * UseProactiveKeyCaching: (boolean|undefined),
308 * UseSystemCAs: (boolean|undefined) 309 * UseSystemCAs: (boolean|undefined)
309 * }} 310 * }}
310 * @see https://developer.chrome.com/extensions/networkingPrivate#type-EAPProper ties 311 * @see https://developer.chrome.com/extensions/networkingPrivate#type-EAPProper ties
311 */ 312 */
312 chrome.networkingPrivate.EAPProperties; 313 chrome.networkingPrivate.EAPProperties;
313 314
314 /** 315 /**
315 * @typedef {{ 316 * @typedef {{
316 * AnonymousIdentity: (!chrome.networkingPrivate.ManagedDOMString|undefined), 317 * AnonymousIdentity: (!chrome.networkingPrivate.ManagedDOMString|undefined),
317 * ClientCertPattern: (!chrome.networkingPrivate.ManagedCertificatePattern|und efined), 318 * ClientCertPattern: (!chrome.networkingPrivate.ManagedCertificatePattern|und efined),
318 * ClientCertRef: (!chrome.networkingPrivate.ManagedDOMString|undefined), 319 * ClientCertRef: (!chrome.networkingPrivate.ManagedDOMString|undefined),
319 * ClientCertType: (!chrome.networkingPrivate.ManagedDOMString|undefined), 320 * ClientCertType: (!chrome.networkingPrivate.ManagedDOMString|undefined),
320 * Identity: (!chrome.networkingPrivate.ManagedDOMString|undefined), 321 * Identity: (!chrome.networkingPrivate.ManagedDOMString|undefined),
321 * Inner: (!chrome.networkingPrivate.ManagedDOMString|undefined), 322 * Inner: (!chrome.networkingPrivate.ManagedDOMString|undefined),
322 * Outer: (!chrome.networkingPrivate.ManagedDOMString|undefined), 323 * Outer: (!chrome.networkingPrivate.ManagedDOMString|undefined),
323 * Password: (!chrome.networkingPrivate.ManagedDOMString|undefined), 324 * Password: (!chrome.networkingPrivate.ManagedDOMString|undefined),
324 * SaveCredentials: (!chrome.networkingPrivate.ManagedBoolean|undefined), 325 * SaveCredentials: (!chrome.networkingPrivate.ManagedBoolean|undefined),
325 * ServerCAPEMs: (!chrome.networkingPrivate.ManagedDOMStringList|undefined), 326 * ServerCAPEMs: (!chrome.networkingPrivate.ManagedDOMStringList|undefined),
326 * ServerCARefs: (!chrome.networkingPrivate.ManagedDOMStringList|undefined), 327 * ServerCARefs: (!chrome.networkingPrivate.ManagedDOMStringList|undefined),
328 * SubjectMatch: (!chrome.networkingPrivate.ManagedDOMString|undefined),
327 * UseProactiveKeyCaching: (!chrome.networkingPrivate.ManagedBoolean|undefined ), 329 * UseProactiveKeyCaching: (!chrome.networkingPrivate.ManagedBoolean|undefined ),
328 * UseSystemCAs: (!chrome.networkingPrivate.ManagedBoolean|undefined) 330 * UseSystemCAs: (!chrome.networkingPrivate.ManagedBoolean|undefined)
329 * }} 331 * }}
330 * @see https://developer.chrome.com/extensions/networkingPrivate#type-ManagedEA PProperties 332 * @see https://developer.chrome.com/extensions/networkingPrivate#type-ManagedEA PProperties
331 */ 333 */
332 chrome.networkingPrivate.ManagedEAPProperties; 334 chrome.networkingPrivate.ManagedEAPProperties;
333 335
334 /** 336 /**
335 * @typedef {{ 337 * @typedef {{
336 * Status: string, 338 * Status: string,
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 */ 1363 */
1362 chrome.networkingPrivate.onDeviceStateListChanged; 1364 chrome.networkingPrivate.onDeviceStateListChanged;
1363 1365
1364 /** 1366 /**
1365 * Fired when a portal detection for a network completes. Sends the guid of the 1367 * Fired when a portal detection for a network completes. Sends the guid of the
1366 * network and the corresponding captive portal status. 1368 * network and the corresponding captive portal status.
1367 * @type {!ChromeEvent} 1369 * @type {!ChromeEvent}
1368 * @see https://developer.chrome.com/extensions/networkingPrivate#event-onPortal DetectionCompleted 1370 * @see https://developer.chrome.com/extensions/networkingPrivate#event-onPortal DetectionCompleted
1369 */ 1371 */
1370 chrome.networkingPrivate.onPortalDetectionCompleted; 1372 chrome.networkingPrivate.onPortalDetectionCompleted;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698