Index: services/authenticating_url_loader/authenticating_url_loader_factory_impl.cc |
diff --git a/services/authenticating_url_loader/authenticating_url_loader_factory_impl.cc b/services/authenticating_url_loader/authenticating_url_loader_factory_impl.cc |
index f3e2bbf53422e8d6d47f8ec3540f2c6a495c148d..5a3e66d9c3bb81ec3a0a3fde166875d0502d6120 100644 |
--- a/services/authenticating_url_loader/authenticating_url_loader_factory_impl.cc |
+++ b/services/authenticating_url_loader/authenticating_url_loader_factory_impl.cc |
@@ -40,6 +40,7 @@ void AuthenticatingURLLoaderFactoryImpl::CreateAuthenticatingURLLoader( |
new AuthenticatingURLLoaderImpl( |
loader_request.Pass(), authentication_service_.get(), |
network_service_.get(), |
+ &cached_tokens_, |
base::Bind(&AuthenticatingURLLoaderFactoryImpl::DeleteURLLoader, |
base::Unretained(this))))); |
} |