OLD | NEW |
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.developerPrivate.FooType'. | 8 // 'chrome.developerPrivate.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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 * @see https://developer.chrome.com/extensions/developerPrivate#type-GetExtensi
onsInfoOptions | 372 * @see https://developer.chrome.com/extensions/developerPrivate#type-GetExtensi
onsInfoOptions |
373 */ | 373 */ |
374 chrome.developerPrivate.GetExtensionsInfoOptions; | 374 chrome.developerPrivate.GetExtensionsInfoOptions; |
375 | 375 |
376 /** | 376 /** |
377 * @typedef {{ | 377 * @typedef {{ |
378 * extensionId: string, | 378 * extensionId: string, |
379 * fileAccess: (boolean|undefined), | 379 * fileAccess: (boolean|undefined), |
380 * incognitoAccess: (boolean|undefined), | 380 * incognitoAccess: (boolean|undefined), |
381 * errorCollection: (boolean|undefined), | 381 * errorCollection: (boolean|undefined), |
382 * runOnAllUrls: (boolean|undefined), | 382 * runOnAllUrls: (boolean|undefined) |
383 * showActionButton: (boolean|undefined) | |
384 * }} | 383 * }} |
385 * @see https://developer.chrome.com/extensions/developerPrivate#type-ExtensionC
onfigurationUpdate | 384 * @see https://developer.chrome.com/extensions/developerPrivate#type-ExtensionC
onfigurationUpdate |
386 */ | 385 */ |
387 chrome.developerPrivate.ExtensionConfigurationUpdate; | 386 chrome.developerPrivate.ExtensionConfigurationUpdate; |
388 | 387 |
389 /** | 388 /** |
390 * @typedef {{ | 389 * @typedef {{ |
391 * inDeveloperMode: (boolean|undefined) | 390 * inDeveloperMode: (boolean|undefined) |
392 * }} | 391 * }} |
393 * @see https://developer.chrome.com/extensions/developerPrivate#type-ProfileCon
figurationUpdate | 392 * @see https://developer.chrome.com/extensions/developerPrivate#type-ProfileCon
figurationUpdate |
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
810 * @see https://developer.chrome.com/extensions/developerPrivate#event-onItemSta
teChanged | 809 * @see https://developer.chrome.com/extensions/developerPrivate#event-onItemSta
teChanged |
811 */ | 810 */ |
812 chrome.developerPrivate.onItemStateChanged; | 811 chrome.developerPrivate.onItemStateChanged; |
813 | 812 |
814 /** | 813 /** |
815 * Fired when the profile's state has changed. | 814 * Fired when the profile's state has changed. |
816 * @type {!ChromeEvent} | 815 * @type {!ChromeEvent} |
817 * @see https://developer.chrome.com/extensions/developerPrivate#event-onProfile
StateChanged | 816 * @see https://developer.chrome.com/extensions/developerPrivate#event-onProfile
StateChanged |
818 */ | 817 */ |
819 chrome.developerPrivate.onProfileStateChanged; | 818 chrome.developerPrivate.onProfileStateChanged; |
OLD | NEW |