Commit 6f3a9709 authored by dbeam's avatar dbeam Committed by Commit bot

Fix closure compile issue in extensions_list.js

TBR=kalman@chromium.org
BUG=486093

NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/1137763002

Cr-Commit-Position: refs/heads/master@{#328986}
parent 61c9268a
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment