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

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

Issue 780773002: Fix some closure compilation issues 8n order to update compiler.jar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll back *.jar Created 6 years 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_error.js
diff --git a/chrome/browser/resources/extensions/extension_error.js b/chrome/browser/resources/extensions/extension_error.js
index ef242f21f61386116714b43e07948e9817324b6d..20ae691660c0a4a4d3850133b26af70dd116d0b6 100644
--- a/chrome/browser/resources/extensions/extension_error.js
+++ b/chrome/browser/resources/extensions/extension_error.js
@@ -44,7 +44,6 @@ cr.define('extensions', function() {
/**
* @param {RuntimeError} error
- * @override
*/
decorate: function(error) {
// Add an additional class for the severity level.
@@ -109,7 +108,6 @@ cr.define('extensions', function() {
ExtensionErrorList.prototype = {
__proto__: HTMLDivElement.prototype,
- /** @override */
decorate: function() {
this.contents_ = this.querySelector('.extension-error-list-contents');
this.errors_.forEach(function(error) {
« no previous file with comments | « chrome/browser/resources/extensions/extension_command_list.js ('k') | chrome/browser/resources/extensions/extension_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698