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

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

Issue 2598893002: [MD settings] lighter weight initializer for protocol handler enabled messages (Closed)
Patch Set: review changes Created 4 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/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 b175e83ed827e2b9d1efc0606dbcef6e70a219a1..09ed138cd69b2c1a7f83e680a5ea4b64a6f2b669 100644
--- a/chrome/browser/resources/settings/site_settings/protocol_handlers.js
+++ b/chrome/browser/resources/settings/site_settings/protocol_handlers.js
@@ -64,7 +64,7 @@ Polymer({
this.setProtocolHandlers_.bind(this));
this.addWebUIListener('setIgnoredProtocolHandlers',
this.setIgnoredProtocolHandlers_.bind(this));
- this.browserProxy.initializeProtocolHandlerList();
+ this.browserProxy.observeProtocolHandlers();
},
/**

Powered by Google App Engine
This is Rietveld 408576698