Chromium Code Reviews| Index: net/http/http_auth_handler.cc |
| =================================================================== |
| --- net/http/http_auth_handler.cc (revision 28069) |
| +++ net/http/http_auth_handler.cc (working copy) |
| @@ -9,7 +9,9 @@ |
| bool HttpAuthHandler::InitFromChallenge(std::string::const_iterator begin, |
| std::string::const_iterator end, |
| - HttpAuth::Target target) { |
| + HttpAuth::Target target, |
| + const GURL& origin) { |
| + origin_ = origin; |
| target_ = target; |
| score_ = -1; |
| properties_ = -1; |