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

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

Issue 1140093004: Apply internal chrome_extensions.js review feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8948 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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) {};
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698