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

Unified Diff: chrome/browser/resources/extensions/extension_list.js

Issue 1137763002: Fix closure compile issue in extensions_list.js (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« 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