| Index: chrome/common/chrome_paths_win.cc
|
| ===================================================================
|
| --- chrome/common/chrome_paths_win.cc (revision 67200)
|
| +++ chrome/common/chrome_paths_win.cc (working copy)
|
| @@ -38,11 +38,6 @@
|
| return true;
|
| }
|
|
|
| -void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result) {
|
| - // This function does more complicated things on Mac/Linux.
|
| - *result = profile_dir;
|
| -}
|
| -
|
| bool GetUserDocumentsDirectory(FilePath* result) {
|
| wchar_t path_buf[MAX_PATH];
|
| if (FAILED(SHGetFolderPath(NULL, CSIDL_MYDOCUMENTS, NULL,
|
|
|