| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index 4e0427a3637d32d473d3b080710f5766eb70e537..d69c13fe31fbda2f450fac97eb77ccdd4dbf3bde 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -431,6 +431,11 @@ 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("ppd_cache"));
|
| + break;
|
| #endif
|
| #if BUILDFLAG(ENABLE_SUPERVISED_USERS)
|
| #if defined(OS_LINUX)
|
|
|