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

Unified Diff: chrome/browser/resources/settings/site_settings/protocol_handlers.js

Issue 2847963003: [MD settings] specify @override on created, ready, and attached (Closed)
Patch Set: Created 3 years, 8 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/settings/site_settings/protocol_handlers.js
diff --git a/chrome/browser/resources/settings/site_settings/protocol_handlers.js b/chrome/browser/resources/settings/site_settings/protocol_handlers.js
index 5e1fc302a2c850fecfd388e30655e78f8a48f952..923bbabc34a57aa6770d2fcf75f69e6c44d992ad 100644
--- a/chrome/browser/resources/settings/site_settings/protocol_handlers.js
+++ b/chrome/browser/resources/settings/site_settings/protocol_handlers.js
@@ -61,6 +61,7 @@ Polymer({
toggleOnLabel: String,
},
+ /** @override */
ready: function() {
this.addWebUIListener('setHandlersEnabled',
this.setHandlersEnabled_.bind(this));

Powered by Google App Engine
This is Rietveld 408576698