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

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

Issue 1062653002: Fix some issues when building Closure runner.jar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 // 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
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
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) {};
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698