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

Issue 87039: Fixes for comments on the review 87003.... (Closed)

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

Description

Fixes for comments on the review 87003. - Use readdir_r() instead of readdir(). - Add comment why we use Time::TimeT(). - Increase the sleep time in unittest from 1000ms to 1500ms. - Use PlatformThread::Sleep() instead of sleep().

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -3 lines) Patch
M base/file_util_posix.cc View 1 2 3 2 chunks +17 lines, -1 line 0 comments Download
M base/file_util_unittest.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
hamaji
Thanks for the comments on my previous change. Could you check this fixes? Thanks,
11 years, 8 months ago (2009-04-21 19:22:19 UTC) #1
Erik does not do reviews
LGTM - I'll submit this tomorrow.
11 years, 8 months ago (2009-04-21 23:22:39 UTC) #2
hamaji
On 2009/04/21 23:22:39, Erik Kay wrote: > LGTM - I'll submit this tomorrow. Thanks!
11 years, 8 months ago (2009-04-21 23:27:21 UTC) #3
hamaji
11 years, 8 months ago (2009-04-22 05:59:50 UTC) #4
On 2009/04/21 23:27:21, hamaji wrote:
> On 2009/04/21 23:22:39, Erik Kay wrote:
> > LGTM - I'll submit this tomorrow.
> 
> Thanks!

As Hironori kindly suggested, I added comments why we use Time::TimeT().

Powered by Google App Engine
This is Rietveld 408576698