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

Unified Diff: chrome/common/chrome_paths.cc

Issue 1695563002: Media Galleries Partial Deprecation: Remove scan functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « chrome/common/chrome_paths.h ('k') | chrome/common/chrome_paths_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_paths.cc
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
index fbb116a9fb55c8653931c18506ffe5bb80264207..364a02d3b67a30dac2ce10f73e0150dad625e2ca 100644
--- a/chrome/common/chrome_paths.cc
+++ b/chrome/common/chrome_paths.cc
@@ -480,22 +480,6 @@ bool PathProvider(int key, base::FilePath* result) {
break;
}
#endif
-#if defined(OS_MACOSX)
- case chrome::DIR_USER_LIBRARY: {
- if (!GetUserLibraryDirectory(&cur))
- return false;
- if (!base::PathExists(cur)) // We don't want to create this.
- return false;
- break;
- }
- case chrome::DIR_USER_APPLICATIONS: {
- if (!GetUserApplicationsDirectory(&cur))
- return false;
- if (!base::PathExists(cur)) // We don't want to create this.
- return false;
- break;
- }
-#endif
#if defined(OS_CHROMEOS) || (defined(OS_LINUX) && defined(CHROMIUM_BUILD)) || \
defined(OS_MACOSX)
case chrome::DIR_USER_EXTERNAL_EXTENSIONS: {
« no previous file with comments | « chrome/common/chrome_paths.h ('k') | chrome/common/chrome_paths_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698