diff options
Diffstat (limited to 'chrome/common/chrome_paths.cc')
-rw-r--r-- | chrome/common/chrome_paths.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc index bc95d9a..9dca7e0 100644 --- a/chrome/common/chrome_paths.cc +++ b/chrome/common/chrome_paths.cc @@ -248,8 +248,6 @@ bool PathProvider(int key, FilePath* result) { #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)) |