| 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 8530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8541 */ | 8541 */ |
| 8542 chrome.networkingPrivate.startDisconnect = function(guid, opt_callback) {}; | 8542 chrome.networkingPrivate.startDisconnect = function(guid, opt_callback) {}; |
| 8543 | 8543 |
| 8544 | 8544 |
| 8545 /** | 8545 /** |
| 8546 * @param {string} guid | 8546 * @param {string} guid |
| 8547 * @param {(string|function())=} opt_carrierOrCallback | 8547 * @param {(string|function())=} opt_carrierOrCallback |
| 8548 * @param {function()=} opt_callback | 8548 * @param {function()=} opt_callback |
| 8549 */ | 8549 */ |
| 8550 chrome.networkingPrivate.startActivate = | 8550 chrome.networkingPrivate.startActivate = |
| 8551 function(guid, opt_carrierOrCallback, opt_callback) {}; | 8551 function(guid, opt_carrierOrCallback, opt_callback) {}; |
| 8552 | 8552 |
| 8553 | 8553 |
| 8554 /** | 8554 /** |
| 8555 * @param {!chrome.networkingPrivate.VerificationProperties} verificationInfo | 8555 * @param {!chrome.networkingPrivate.VerificationProperties} verificationInfo |
| 8556 * @param {function(boolean)} callback | 8556 * @param {function(boolean)} callback |
| 8557 */ | 8557 */ |
| 8558 chrome.networkingPrivate.verifyDestination = | 8558 chrome.networkingPrivate.verifyDestination = |
| 8559 function(verificationInfo, callback) {}; | 8559 function(verificationInfo, callback) {}; |
| 8560 | 8560 |
| 8561 | 8561 |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9007 | 9007 |
| 9008 | 9008 |
| 9009 /** | 9009 /** |
| 9010 * Installs the given app ID. | 9010 * Installs the given app ID. |
| 9011 * @param {string} id | 9011 * @param {string} id |
| 9012 * @param {function(string, string): void=} opt_callback Response callback that | 9012 * @param {function(string, string): void=} opt_callback Response callback that |
| 9013 * returns two string: (1) an error string (or empty string on success) and | 9013 * returns two string: (1) an error string (or empty string on success) and |
| 9014 * (2) an error code in case of error | 9014 * (2) an error code in case of error |
| 9015 */ | 9015 */ |
| 9016 chrome.inlineInstallPrivate.install = function(id, opt_callback) {}; | 9016 chrome.inlineInstallPrivate.install = function(id, opt_callback) {}; |
| OLD | NEW |