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

Unified Diff: chrome/common/chrome_paths_mac.mm

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: 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_mac.mm
diff --git a/chrome/common/chrome_paths_mac.mm b/chrome/common/chrome_paths_mac.mm
index 7745be84dbba56e06abff57427a5d4c9bb049d56..b0f18c3815a3a8be6ade15a41c7463333e3a0efc 100644
--- a/chrome/common/chrome_paths_mac.mm
+++ b/chrome/common/chrome_paths_mac.mm
@@ -139,10 +139,6 @@ bool GetUserPicturesDirectory(FilePath* result) {
return base::mac::GetUserDirectory(NSPicturesDirectory, result);
}
-bool GetUserDesktop(FilePath* result) {
- return base::mac::GetUserDirectory(NSDesktopDirectory, result);
-}
-
FilePath GetVersionedDirectory() {
if (g_override_versioned_directory)
return *g_override_versioned_directory;

Powered by Google App Engine
This is Rietveld 408576698