| Index: components/cronet/ios/Cronet.mm
|
| diff --git a/components/cronet/ios/Cronet.mm b/components/cronet/ios/Cronet.mm
|
| index d413f97de704039f29790589dff8d5ff0b7e70d9..1fd0c3d99e0d12635e12cd4058532fee2b54c16f 100644
|
| --- a/components/cronet/ios/Cronet.mm
|
| +++ b/components/cronet/ios/Cronet.mm
|
| @@ -67,7 +67,7 @@ class CronetHttpProtocolHandlerDelegate
|
|
|
| void SetRequestFilterBlock(RequestFilterBlock filter) {
|
| base::AutoLock auto_lock(lock_);
|
| - filter_.reset(filter);
|
| + filter_.reset(filter, base::scoped_policy::RETAIN);
|
| }
|
|
|
| private:
|
|
|