| 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();
|
| },
|
|
|
| /**
|
|
|