diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-17 15:32:03 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-17 15:32:03 +0000 |
commit | b4f71a8d7e0186a717354e1064a23d5159950846 (patch) | |
tree | b82db787c0a34feb598c802a56730a37a2641e7d /net/disk_cache/cache_util.h | |
parent | def7fce451d9f70ffa602d6e38524cb8ecc8adfa (diff) | |
download | chromium_src-b4f71a8d7e0186a717354e1064a23d5159950846.zip chromium_src-b4f71a8d7e0186a717354e1064a23d5159950846.tar.gz chromium_src-b4f71a8d7e0186a717354e1064a23d5159950846.tar.bz2 |
Revision 2303 introduced AmountOfPhysicalMemory in SysInfo, so now GetSystemMemory in net/disk_cache/cache_util is redundant.
Patch from Pawel Hajdan Jr.
Review URL: http://codereview.chromium.org/3103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/cache_util.h')
-rw-r--r-- | net/disk_cache/cache_util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/disk_cache/cache_util.h b/net/disk_cache/cache_util.h index 0977472..9df9b38 100644 --- a/net/disk_cache/cache_util.h +++ b/net/disk_cache/cache_util.h @@ -15,10 +15,6 @@ namespace disk_cache { // (in bytes), or -1 on failure. int64 GetFreeDiskSpace(const std::wstring& path); -// Returns the total physical memory on the system (in bytes), -// or -1 on failure. -int64 GetSystemMemory(); - // Moves the cache files from the given path to another location. // Returns true if successful, false otherwise. bool MoveCache(const std::wstring& from_path, const std::wstring& to_path); |