From bc96d5610e96f0c86ca227c539643454b1960e36 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Tue, 11 Aug 2009 18:45:13 +0000 Subject: 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 --- chrome/browser/profile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/profile.h') 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 visited_link_event_listener_; scoped_ptr visited_link_master_; scoped_refptr extensions_service_; -- cgit v1.1