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

Unified Diff: chrome/common/chrome_paths.cc

Issue 2504763002: Change PPDCache to use a path inside the per-user profile. (Closed)
Patch Set: Change PPDCache to use a path inside the per-user profile. Created 4 years, 1 month 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') | no next file » | 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 fbb022efbe0510736fdb9b1eee37c28d6e65bb79..4364295ca397cb964222e70072f7100c95536758 100644
--- a/chrome/common/chrome_paths.cc
+++ b/chrome/common/chrome_paths.cc
@@ -430,12 +430,6 @@ bool PathProvider(int key, base::FilePath* result) {
return false;
cur = cur.Append(FILE_PATH_LITERAL("custom_wallpapers"));
break;
- case chrome::DIR_CHROMEOS_PPD_CACHE:
- if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
- return false;
- cur = cur.Append(FILE_PATH_LITERAL("PpdCache"));
- create_dir = true;
- break;
#endif
#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
#if defined(OS_LINUX)
« no previous file with comments | « chrome/common/chrome_paths.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698