| OLD | NEW |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 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://code.google.com/p/chromium/wiki/ClosureCompilation. | 10 // See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_comp
ilation.md |
| 11 | 11 |
| 12 /** @fileoverview Externs generated from namespace: developerPrivate */ | 12 /** @fileoverview Externs generated from namespace: developerPrivate */ |
| 13 | 13 |
| 14 /** | 14 /** |
| 15 * @const | 15 * @const |
| 16 */ | 16 */ |
| 17 chrome.developerPrivate = {}; | 17 chrome.developerPrivate = {}; |
| 18 | 18 |
| 19 /** | 19 /** |
| 20 * @enum {string} | 20 * @enum {string} |
| (...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 772 * @see https://developer.chrome.com/extensions/developerPrivate#event-onItemSta
teChanged | 772 * @see https://developer.chrome.com/extensions/developerPrivate#event-onItemSta
teChanged |
| 773 */ | 773 */ |
| 774 chrome.developerPrivate.onItemStateChanged; | 774 chrome.developerPrivate.onItemStateChanged; |
| 775 | 775 |
| 776 /** | 776 /** |
| 777 * Fired when the profile's state has changed. | 777 * Fired when the profile's state has changed. |
| 778 * @type {!ChromeEvent} | 778 * @type {!ChromeEvent} |
| 779 * @see https://developer.chrome.com/extensions/developerPrivate#event-onProfile
StateChanged | 779 * @see https://developer.chrome.com/extensions/developerPrivate#event-onProfile
StateChanged |
| 780 */ | 780 */ |
| 781 chrome.developerPrivate.onProfileStateChanged; | 781 chrome.developerPrivate.onProfileStateChanged; |
| OLD | NEW |