Update to Chromium revision 108684.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@360 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2011-11-04 23:12:18 +00:00
parent 73699e71cd
commit 53a2f21ba4
6 changed files with 12 additions and 99 deletions

View File

@@ -696,7 +696,7 @@ class RequestProxy : public net::URLRequest::Delegate,
auth_info->realm,
auth_info->scheme,
username, password)) {
request->SetAuth(username, password);
request->SetAuth(net::AuthCredentials(username, password));
return;
}
}