diff options
author | gspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 05:57:08 +0000 |
---|---|---|
committer | gspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 05:57:08 +0000 |
commit | 831a1a76d772dc3f077c00d497d07663f8acef09 (patch) | |
tree | bc32b5cdb278fac8257a4ce22bb6350114e5bbbe /net/net.gyp | |
parent | 70b923496d2efe796adb5b714be06a72447fb35f (diff) | |
download | chromium_src-831a1a76d772dc3f077c00d497d07663f8acef09.zip chromium_src-831a1a76d772dc3f077c00d497d07663f8acef09.tar.gz chromium_src-831a1a76d772dc3f077c00d497d07663f8acef09.tar.bz2 |
This adds a cache_util::MoveCacheContents function for ChromeOS to use
when "cleaning" the cache, since we don't actually want to remove the
old cache directory. Because when we do that creating it anew will
cause ecryptfs to give it an encrypted name, and we want to be able to
find the cache directories in an encrypted user home dir.
[This was already reviewed and LGTM'd here:
http://codereview.chromium.org/3560001/show
But never made it into the tree]
BUG=chromium-os:6859
TEST=added and ran unittest, ran chrome in new user_data dir and cleared cache.
Review URL: http://codereview.chromium.org/3714002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62257 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 79f6c66..4608733 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -833,6 +833,7 @@ 'disk_cache/backend_unittest.cc', 'disk_cache/bitmap_unittest.cc', 'disk_cache/block_files_unittest.cc', + 'disk_cache/cache_util_unittest.cc', 'disk_cache/disk_cache_test_base.cc', 'disk_cache/disk_cache_test_base.h', 'disk_cache/entry_unittest.cc', |