| Index: chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.cc b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| index 12b0b7094e6080d3e83d605c590c7f3406603d15..71fa56a2f340182e6fd0c16269d2d9a56d3e7c21 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| @@ -53,7 +53,7 @@ bool ShouldRemoveHandlersNotInOS() {
|
| // difference (http://crbug.com/88255).
|
| return false;
|
| #else
|
| - return shell_integration::CanSetAsDefaultProtocolClient() !=
|
| + return shell_integration::GetDefaultWebClientSetPermission() !=
|
| shell_integration::SET_DEFAULT_NOT_ALLOWED;
|
| #endif
|
| }
|
|
|