Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4122f56 authored by Andreas Huber's avatar Andreas Huber Committed by Android (Google) Code Review
Browse files

Merge "Support http authentication ala http://foo:bar@host.org in stagefright."

parents 3b939516 70fcf534
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#include "base/thread.h"
#include "net/base/host_resolver.h"
#include "net/base/ssl_config_service.h"
#include "net/http/http_auth_handler_factory.h"
#include "net/http/http_cache.h"
#include "net/proxy/proxy_config_service_android.h"

@@ -130,7 +131,7 @@ SfRequestContext::SfRequestContext() {
            dns_cert_checker_.get(),
            proxy_service_.get(),
            ssl_config_service_.get(),
            NULL, // http_auth_handler_factory
            net::HttpAuthHandlerFactory::CreateDefault(host_resolver_),
            network_delegate_,
            net_log_,
            NULL);  // backend_factory