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

Issue 45061: Disk cache: Add a unit test that instantiates three caches... (Closed)

Created:
11 years, 9 months ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
Reviewers:
Alpha Left Google
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Disk cache: Add a unit test that instantiates three caches at the same time (for media files). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12561

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -7 lines) Patch
M net/disk_cache/backend_unittest.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M net/disk_cache/disk_cache_test_util.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/disk_cache/disk_cache_test_util.cc View 3 chunks +21 lines, -7 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
rvargas (doing something else)
11 years, 9 months ago (2009-03-25 23:56:40 UTC) #1
Alpha Left Google
11 years, 9 months ago (2009-03-26 00:08:12 UTC) #2
LGTM with a little nit.

http://codereview.chromium.org/45061/diff/1/2
File net/disk_cache/disk_cache_test_util.cc (right):

http://codereview.chromium.org/45061/diff/1/2#newcode19
Line 19: std::wstring BuildCachePath(const std::wstring name) {
Can we name this function GetCachePath(const std::wstring name)? We can also get
rid of namespace and put it next to GetCachePath.

Powered by Google App Engine
This is Rietveld 408576698