| Index: chrome/common/chrome_paths_internal.h
|
| diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h
|
| index 6add8689da4ec9cf04cbcc33178b5568ae173c93..619212e709487294f8d0dd54dcb2cbce85b0e986 100644
|
| --- a/chrome/common/chrome_paths_internal.h
|
| +++ b/chrome/common/chrome_paths_internal.h
|
| @@ -59,9 +59,6 @@ bool GetUserDownloadsDirectory(FilePath* result);
|
| // Gets the path to the user's pictures directory.
|
| bool GetUserPicturesDirectory(FilePath* result);
|
|
|
| -// The path to the user's desktop.
|
| -bool GetUserDesktop(FilePath* result);
|
| -
|
| #if defined(OS_MACOSX)
|
| // The "versioned directory" is a directory in the browser .app bundle. It
|
| // contains the bulk of the application, except for the things that the system
|
|
|