| Index: chrome/common/chrome_paths_internal.h
|
| ===================================================================
|
| --- chrome/common/chrome_paths_internal.h (revision 33536)
|
| +++ chrome/common/chrome_paths_internal.h (working copy)
|
| @@ -19,11 +19,6 @@
|
| // 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);
|
|
|
|
|