| OLD | NEW |
| 1 // SSSSSSSSSSSSSSS TTTTTTTTTTTTTTTTTTTTTTT OOOOOOOOO PPPPPPPPPPPPPPPP
P | 1 // SSSSSSSSSSSSSSS TTTTTTTTTTTTTTTTTTTTTTT OOOOOOOOO PPPPPPPPPPPPPPPP
P |
| 2 // SS:::::::::::::::ST:::::::::::::::::::::T OO:::::::::OO P:::::::::::::::
:P | 2 // SS:::::::::::::::ST:::::::::::::::::::::T OO:::::::::OO P:::::::::::::::
:P |
| 3 // S:::::SSSSSS::::::ST:::::::::::::::::::::T OO:::::::::::::OO P::::::PPPPPP:::
::P | 3 // S:::::SSSSSS::::::ST:::::::::::::::::::::T OO:::::::::::::OO P::::::PPPPPP:::
::P |
| 4 // S:::::S SSSSSSST:::::TT:::::::TT:::::TO:::::::OOO:::::::OPP:::::P P::
:::P | 4 // S:::::S SSSSSSST:::::TT:::::::TT:::::TO:::::::OOO:::::::OPP:::::P P::
:::P |
| 5 // S:::::S TTTTTT T:::::T TTTTTTO::::::O O::::::O P::::P P::
:::P | 5 // S:::::S TTTTTT T:::::T TTTTTTO::::::O O::::::O P::::P P::
:::P |
| 6 // S:::::S T:::::T O:::::O O:::::O P::::P P::
:::P | 6 // S:::::S T:::::T O:::::O O:::::O P::::P P::
:::P |
| 7 // S::::SSSS P::::PPPPPP:::
::P | 7 // S::::SSSS P::::PPPPPP:::
::P |
| 8 // SS::::::SSSSS This file is generated. To update it, P:::::::::::::
PP | 8 // SS::::::SSSSS This file is generated. To update it, P:::::::::::::
PP |
| 9 // SSS::::::::SS run bump_compiler_version. P::::PPPPPPPPP | 9 // SSS::::::::SS run bump_compiler_version. P::::PPPPPPPPP |
| 10 // SSSSSS::::S P::::P | 10 // SSSSSS::::S P::::P |
| (...skipping 8948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8959 | 8959 |
| 8960 | 8960 |
| 8961 /** @type {!ChromeStringArrayEvent} */ | 8961 /** @type {!ChromeStringArrayEvent} */ |
| 8962 chrome.networkingPrivate.onNetworksChanged; | 8962 chrome.networkingPrivate.onNetworksChanged; |
| 8963 | 8963 |
| 8964 | 8964 |
| 8965 /** @type {!ChromeStringArrayEvent} */ | 8965 /** @type {!ChromeStringArrayEvent} */ |
| 8966 chrome.networkingPrivate.onNetworkListChanged; | 8966 chrome.networkingPrivate.onNetworkListChanged; |
| 8967 | 8967 |
| 8968 | 8968 |
| 8969 /** @type {!ChromeStringArrayEvent} */ | 8969 /** @type {!ChromeEvent} */ |
| 8970 chrome.networkingPrivate.onDeviceStateListChanged; | 8970 chrome.networkingPrivate.onDeviceStateListChanged; |
| 8971 | 8971 |
| 8972 | 8972 |
| 8973 /** @type {!ChromeStringStringEvent} */ | 8973 /** @type {!ChromeStringStringEvent} */ |
| 8974 chrome.networkingPrivate.onPortalDetectionCompleted; | 8974 chrome.networkingPrivate.onPortalDetectionCompleted; |
| 8975 | 8975 |
| 8976 | 8976 |
| 8977 /** | 8977 /** |
| 8978 * WARNING(2014/08/14): This API is still under active initial development and | 8978 * WARNING(2014/08/14): This API is still under active initial development and |
| 8979 * unstable. The types are not well defined or documented, and this API | 8979 * unstable. The types are not well defined or documented, and this API |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9366 | 9366 |
| 9367 | 9367 |
| 9368 /** | 9368 /** |
| 9369 * Installs the given app ID. | 9369 * Installs the given app ID. |
| 9370 * @param {string} id | 9370 * @param {string} id |
| 9371 * @param {function(string, string): void=} opt_callback Response callback that | 9371 * @param {function(string, string): void=} opt_callback Response callback that |
| 9372 * returns two string: (1) an error string (or empty string on success) and | 9372 * returns two string: (1) an error string (or empty string on success) and |
| 9373 * (2) an error code in case of error | 9373 * (2) an error code in case of error |
| 9374 */ | 9374 */ |
| 9375 chrome.inlineInstallPrivate.install = function(id, opt_callback) {}; | 9375 chrome.inlineInstallPrivate.install = function(id, opt_callback) {}; |
| OLD | NEW |