| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index eaf894f785010be824355dc1be0950a695af4dc0..60e998191870085998a6318b89f4f512fc655207 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -376,6 +376,11 @@ bool PathProvider(int key, FilePath* result) {
|
| return false;
|
| cur = cur.Append(FILE_PATH_LITERAL("wallpapers"));
|
| break;
|
| + case chrome::DIR_CHROMEOS_WALLPAPER_THUMBNAILS:
|
| + if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
|
| + return false;
|
| + cur = cur.Append(FILE_PATH_LITERAL("wallpaper_thumbnails"));
|
| + break;
|
| case chrome::FILE_DEFAULT_APP_ORDER:
|
| cur = FilePath(FILE_PATH_LITERAL(kDefaultAppOrderFileName));
|
| break;
|
|
|