Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8341)

Unified Diff: chrome/common/chrome_paths_internal.h

Issue 10910209: Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac compile Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698