| Index: net/http/url_security_manager.cc
|
| diff --git a/net/http/url_security_manager.cc b/net/http/url_security_manager.cc
|
| index d848644459ad8ccfb074bd392197885c1c61e7a0..4ff0f654dacfbcb192e1f83cda0e38bf98c1acd1 100644
|
| --- a/net/http/url_security_manager.cc
|
| +++ b/net/http/url_security_manager.cc
|
| @@ -15,6 +15,8 @@ URLSecurityManagerWhitelist::URLSecurityManagerWhitelist(
|
| whitelist_delegate_(whitelist_delegate) {
|
| }
|
|
|
| +URLSecurityManagerWhitelist::~URLSecurityManagerWhitelist() {}
|
| +
|
| bool URLSecurityManagerWhitelist::CanUseDefaultCredentials(
|
| const GURL& auth_origin) const {
|
| if (whitelist_default_.get())
|
|
|