Chromium Code Reviews| Index: net/http/http_auth_handler_digest.cc |
| =================================================================== |
| --- net/http/http_auth_handler_digest.cc (revision 10666) |
| +++ net/http/http_auth_handler_digest.cc (working copy) |
| @@ -200,6 +200,7 @@ |
| std::string::const_iterator challenge_end) { |
| scheme_ = "digest"; |
| score_ = 2; |
| + properties_ = ENCRYPTS_IDENTITY; |
| // Initialize to defaults. |
| stale_ = false; |