diff options
Diffstat (limited to 'app/resource_bundle_linux.cc')
-rw-r--r-- | app/resource_bundle_linux.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/resource_bundle_linux.cc b/app/resource_bundle_linux.cc index 9f0fd56..7ebe4e6 100644 --- a/app/resource_bundle_linux.cc +++ b/app/resource_bundle_linux.cc @@ -67,10 +67,8 @@ void ResourceBundle::FreeGdkPixBufs() { // static FilePath ResourceBundle::GetResourcesFilePath() { FilePath resources_file_path; - PathService::Get(base::DIR_EXE, &resources_file_path); - if (resources_file_path.empty()) - return resources_file_path; - return resources_file_path.Append(FILE_PATH_LITERAL("chrome.pak")); + PathService::Get(app::FILE_RESOURCES_PAK, &resources_file_path); + return resources_file_path; } // static |