| Index: chrome/browser/resources/extensions/extension_list.js
|
| diff --git a/chrome/browser/resources/extensions/extension_list.js b/chrome/browser/resources/extensions/extension_list.js
|
| index 75e1dc102e211389ed08bf054f96e2365f876b03..0b3e4605be900579600d8f70e25979f9c1db02ab 100644
|
| --- a/chrome/browser/resources/extensions/extension_list.js
|
| +++ b/chrome/browser/resources/extensions/extension_list.js
|
| @@ -1115,7 +1115,7 @@ cr.define('extensions', function() {
|
| * Hides the extension options overlay for the extension with id
|
| * |extensionId|. If there is an overlay showing for a different extension,
|
| * nothing happens.
|
| - * @param {string} extension id to hide.
|
| + * @param {string} extensionId ID of the extension to hide.
|
| * @private
|
| */
|
| hideEmbeddedExtensionOptions_: function(extensionId) {
|
|
|