| Index: chrome/common/chrome_paths_win.cc
|
| ===================================================================
|
| --- chrome/common/chrome_paths_win.cc (revision 157679)
|
| +++ chrome/common/chrome_paths_win.cc (working copy)
|
| @@ -131,6 +131,10 @@
|
| return GetUserDirectory(CSIDL_MYVIDEO, result);
|
| }
|
|
|
| +bool GetUserDesktop(FilePath* result) {
|
| + return GetUserDirectory(CSIDL_DESKTOPDIRECTORY, result);
|
| +}
|
| +
|
| bool ProcessNeedsProfileDir(const std::string& process_type) {
|
| // On windows we don't want subprocesses other than the browser process and
|
| // service processes to be able to use the profile directory because if it
|
|
|