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

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

Issue 2786793002: Roll closure compiler (Closed)
Patch Set: Rerun with java 1.7 Created 3 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 roll_closure_compiler. P::::PPPPPPPPP 9 // SSS::::::::SS run roll_closure_compiler. P::::PPPPPPPPP
10 // SSSSSS::::S P::::P 10 // SSSSSS::::S P::::P
(...skipping 2383 matching lines...) Expand 10 before | Expand all | Expand 10 after
2394 2394
2395 2395
2396 /** 2396 /**
2397 * Restart the ChromeOS device when the app runs in kiosk mode. Otherwise, it's 2397 * Restart the ChromeOS device when the app runs in kiosk mode. Otherwise, it's
2398 * no-op. 2398 * no-op.
2399 * @return {undefined} 2399 * @return {undefined}
2400 */ 2400 */
2401 chrome.runtime.restart = function() {}; 2401 chrome.runtime.restart = function() {};
2402 2402
2403 2403
2404 /**
2405 * @see https://developer.chrome.com/extensions/runtime#method-restartAfterDelay
2406 * @param {number} seconds Time to wait in seconds before rebooting the device,
2407 * or -1 to cancel a scheduled reboot.
2408 * @param {function():void=} opt_callback A callback to be invoked when a
2409 * restart request was successfully rescheduled.
2410 * @return {undefined}
2411 */
2412 chrome.runtime.restartAfterDelay = function(seconds, opt_callback) {};
2413
2404 2414
2405 /** 2415 /**
2406 * @see http://developer.chrome.com/extensions/runtime.html#method-connectNative 2416 * @see http://developer.chrome.com/extensions/runtime.html#method-connectNative
2407 * @param {string} application Name of the registered native messaging host to 2417 * @param {string} application Name of the registered native messaging host to
2408 * connect to, like 'com.google.your_product'. 2418 * connect to, like 'com.google.your_product'.
2409 * @return {!Port} New port. 2419 * @return {!Port} New port.
2410 */ 2420 */
2411 chrome.runtime.connectNative = function(application) {}; 2421 chrome.runtime.connectNative = function(application) {};
2412 2422
2413 2423
(...skipping 2096 matching lines...) Expand 10 before | Expand all | Expand 10 after
4510 * @return {undefined} 4520 * @return {undefined}
4511 */ 4521 */
4512 chrome.identity.getProfileUserInfo = function(callback) {}; 4522 chrome.identity.getProfileUserInfo = function(callback) {};
4513 4523
4514 4524
4515 /** @type {!ChromeEvent} */ 4525 /** @type {!ChromeEvent} */
4516 chrome.identity.onSignInChanged; 4526 chrome.identity.onSignInChanged;
4517 4527
4518 4528
4519 /** 4529 /**
4530 * @param {string=} opt_path
4531 * @return {string}
4532 */
4533 chrome.identity.getRedirectURL = function(opt_path) {};
4534
4535
4536 /**
4520 * @const 4537 * @const
4521 * @see https://developer.chrome.com/extensions/input.ime.html 4538 * @see https://developer.chrome.com/extensions/input.ime.html
4522 */ 4539 */
4523 chrome.input = {}; 4540 chrome.input = {};
4524 4541
4525 4542
4526 /** @const */ 4543 /** @const */
4527 chrome.input.ime = {}; 4544 chrome.input.ime = {};
4528 4545
4529 4546
(...skipping 6169 matching lines...) Expand 10 before | Expand all | Expand 10 after
10699 /** @return {boolean} */ 10716 /** @return {boolean} */
10700 chrome.downloads.DeterminingFilenameEvent.prototype.hasListeners = 10717 chrome.downloads.DeterminingFilenameEvent.prototype.hasListeners =
10701 function() {}; 10718 function() {};
10702 10719
10703 10720
10704 /** 10721 /**
10705 * @type {!chrome.downloads.DeterminingFilenameEvent} 10722 * @type {!chrome.downloads.DeterminingFilenameEvent}
10706 * https://developer.chrome.com/extensions/downloads#event-onDeterminingFilename 10723 * https://developer.chrome.com/extensions/downloads#event-onDeterminingFilename
10707 */ 10724 */
10708 chrome.downloads.onDeterminingFilename; 10725 chrome.downloads.onDeterminingFilename;
OLDNEW
« no previous file with comments | « third_party/closure_compiler/compiler/compiler.jar ('k') | ui/webui/resources/js/cr/ui/context_menu_handler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698