diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 22:39:30 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-23 22:39:30 +0000 |
commit | d8a80d6e6d787b0f924e54993fd3bb700ea220fb (patch) | |
tree | 73cd31322e244b11fca6e3ffebf76c5eae054ae5 /chrome/common/chrome_paths_internal.h | |
parent | bbee17e594c08a4baf9379cdb22b4961a113434f (diff) | |
download | chromium_src-d8a80d6e6d787b0f924e54993fd3bb700ea220fb.zip chromium_src-d8a80d6e6d787b0f924e54993fd3bb700ea220fb.tar.gz chromium_src-d8a80d6e6d787b0f924e54993fd3bb700ea220fb.tar.bz2 |
Revert "chrome_paths: refactor and sanitize cache directory handling"
This reverts commit r67160, test failures.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths_internal.h')
-rw-r--r-- | chrome/common/chrome_paths_internal.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h index dfe927d..6671e25 100644 --- a/chrome/common/chrome_paths_internal.h +++ b/chrome/common/chrome_paths_internal.h @@ -21,15 +21,6 @@ bool GetDefaultUserDataDirectory(FilePath* result); // CF and Google Chrome want to share the same binaries. bool GetChromeFrameUserDataDirectory(FilePath* result); -// Get the path to the user's cache directory. This is normally the -// same as the profile directory, but on Linux it can also be -// $XDG_CACHE_HOME and on Mac it can be under ~/Library/Caches. -// Note that the Chrome cache directories are actually subdirectories -// of this directory, with names like "Cache" and "Media Cache". -// This will always fill in |result| with a directory, sometimes -// just |profile_dir|. -void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result); - // Get the path to the user's documents directory. bool GetUserDocumentsDirectory(FilePath* result); |