Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: net/url_request/url_request_http_job.cc

Issue 6969075: MAC Cookies (patch 5 of N) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/url_request/url_request_http_job.cc
===================================================================
--- net/url_request/url_request_http_job.cc (revision 85309)
+++ net/url_request/url_request_http_job.cc (working copy)
@@ -66,6 +66,7 @@
for (size_t i = 0; i < cookie_infos.size(); ++i) {
HttpMacSignature signature;
if (!signature.AddStateInfo(cookie_infos[i].name,
+ cookie_infos[i].creation_date,
cookie_infos[i].mac_key,
cookie_infos[i].mac_algorithm)) {
continue;
« net/http/http_mac_signature_unittest.cc ('K') | « net/http/http_mac_signature_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698