diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 18:45:13 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 18:45:13 +0000 |
commit | bc96d5610e96f0c86ca227c539643454b1960e36 (patch) | |
tree | ed75f412d57298d89153d1a008b38b5fd7619805 /chrome/browser/profile.h | |
parent | aae605a26c03dc4a68ef546d3f5358601fa3d3bb (diff) | |
download | chromium_src-bc96d5610e96f0c86ca227c539643454b1960e36.zip chromium_src-bc96d5610e96f0c86ca227c539643454b1960e36.tar.gz chromium_src-bc96d5610e96f0c86ca227c539643454b1960e36.tar.bz2 |
Use $XDG_CACHE_HOME for the cache on Linux. This only works for the default profile.
BUG=16976
TEST=Run Chromium, visit some webpages, make sure it's using the cache under $XDG_CACHE_HOME (~/.cache by default)
Review URL: http://codereview.chromium.org/159028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r-- | chrome/browser/profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h index 2eacb43..3f3a127 100644 --- a/chrome/browser/profile.h +++ b/chrome/browser/profile.h @@ -419,6 +419,7 @@ class ProfileImpl : public Profile, NotificationRegistrar registrar_; FilePath path_; + FilePath base_cache_path_; scoped_ptr<VisitedLinkEventListener> visited_link_event_listener_; scoped_ptr<VisitedLinkMaster> visited_link_master_; scoped_refptr<ExtensionsService> extensions_service_; |