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

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

Issue 508283002: Revert "Typecheck JS files for chrome://extensions" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: chrome/browser/resources/extensions/extension_commands_overlay.js
diff --git a/chrome/browser/resources/extensions/extension_commands_overlay.js b/chrome/browser/resources/extensions/extension_commands_overlay.js
index 7d2546d2f817334733140939fbc8eaea8c9114e3..64f595656508977690ddcec4a9466d32bbdd0275 100644
--- a/chrome/browser/resources/extensions/extension_commands_overlay.js
+++ b/chrome/browser/resources/extensions/extension_commands_overlay.js
@@ -51,8 +51,6 @@ cr.define('extensions', function() {
/**
* Called by the dom_ui_ to re-populate the page with data representing
* the current state of extension commands.
- * @param {!{commands: Array.<{name: string, id: string, commands: ?Array}>}}
- * extensionsData
*/
ExtensionCommandsOverlay.returnExtensionsData = function(extensionsData) {
ExtensionCommandList.prototype.data_ = extensionsData;
@@ -70,7 +68,7 @@ cr.define('extensions', function() {
list.classList.add('empty-extension-commands-list');
else
list.classList.remove('empty-extension-commands-list');
- };
+ }
// Export
return {
« no previous file with comments | « chrome/browser/resources/extensions/extension_command_list.js ('k') | chrome/browser/resources/extensions/extension_error.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698