Chromium Code Reviews| Index: chrome/common/chrome_paths.cc |
| =================================================================== |
| --- chrome/common/chrome_paths.cc (revision 49839) |
| +++ chrome/common/chrome_paths.cc (working copy) |
| @@ -248,8 +248,6 @@ |
| #else // Linux and Chrome OS |
| cur = cur.Append(FILE_PATH_LITERAL("libpdf.so")); |
| #endif |
| - if (!file_util::PathExists(cur)) |
| - return false; |
| break; |
| case chrome::FILE_RESOURCES_PACK: |
| if (!PathService::Get(base::DIR_EXE, &cur)) |