From 9e9b6e8ee77229781fa8581b7f46413024404a5f Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 2 Dec 2009 08:45:01 +0000 Subject: Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather than Chromium specific, and clean up a few headers. BUG=none TEST=none Review URL: http://codereview.chromium.org/449048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33565 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_paths_internal.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chrome/common/chrome_paths_internal.h') diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h index 4dc4e0f..dc726d6 100644 --- a/chrome/common/chrome_paths_internal.h +++ b/chrome/common/chrome_paths_internal.h @@ -19,11 +19,6 @@ bool GetDefaultUserDataDirectory(FilePath* result); // CF and Google Chrome want to share the same binaries. bool GetChromeFrameUserDataDirectory(FilePath* result); -#if defined(OS_LINUX) -// Get the path to the user's cache directory. -bool GetUserCacheDirectory(FilePath* result); -#endif - // Get the path to the user's documents directory. bool GetUserDocumentsDirectory(FilePath* result); -- cgit v1.1