| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index 4364295ca397cb964222e70072f7100c95536758..3ee31d5056cba0cc6f63a7b9c14b7ddfa50711eb 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -408,12 +408,6 @@ bool PathProvider(int key, base::FilePath* result) {
|
| #endif
|
| cur = cur.Append(FILE_PATH_LITERAL("resources.pak"));
|
| break;
|
| - case chrome::DIR_RESOURCES_EXTENSION:
|
| - if (!PathService::Get(base::DIR_MODULE, &cur))
|
| - return false;
|
| - cur = cur.Append(FILE_PATH_LITERAL("resources"))
|
| - .Append(FILE_PATH_LITERAL("extension"));
|
| - break;
|
| #if defined(OS_CHROMEOS)
|
| case chrome::DIR_CHROMEOS_WALLPAPERS:
|
| if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
|
|
|