| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index cef6b4d688cdca663e89792515845c9890bfbb57..36d4b8a2706ca5a47e5cfcef1bca474e5902e2b8 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -367,6 +367,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;
|
|
|