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

Issue 49019: Make sure last_seen_time_ is protected by the CookieMonster lock. (Closed)

Created:
11 years, 9 months ago by Dean McNamee
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make sure last_time_seen_ is protected by the CookieMonster lock.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M net/base/cookie_monster.cc View 1 chunk +6 lines, -2 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
Dean McNamee
Just noticed this. Not a big deal since the only reason we even have the ...
11 years, 9 months ago (2009-03-24 19:11:46 UTC) #1
darin (slow to review)
http://codereview.chromium.org/49019/diff/1/2 File net/base/cookie_monster.cc (right): http://codereview.chromium.org/49019/diff/1/2#newcode395 Line 395: creation_date = CurrentTime(); hmm... why call CurrentTime() from ...
11 years, 9 months ago (2009-03-24 19:58:24 UTC) #2
Dean McNamee
On 2009/03/24 19:58:24, darin wrote: > http://codereview.chromium.org/49019/diff/1/2 > File net/base/cookie_monster.cc (right): > > http://codereview.chromium.org/49019/diff/1/2#newcode395 > ...
11 years, 9 months ago (2009-03-24 20:33:00 UTC) #3
darin (slow to review)
11 years, 9 months ago (2009-03-24 21:04:47 UTC) #4
LGTM

Sorry, I did not read the source of CurrentTime :-P

Powered by Google App Engine
This is Rietveld 408576698