summaryrefslogtreecommitdiffstats
path: root/ui/base/resource/resource_bundle_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/resource/resource_bundle_posix.cc')
-rw-r--r--ui/base/resource/resource_bundle_posix.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/base/resource/resource_bundle_posix.cc b/ui/base/resource/resource_bundle_posix.cc
index d2fe55b..97747e0 100644
--- a/ui/base/resource/resource_bundle_posix.cc
+++ b/ui/base/resource/resource_bundle_posix.cc
@@ -98,14 +98,6 @@ void ResourceBundle::LoadCommonResources() {
CHECK(!resources_file_path.empty()) << "chrome.pak not found";
resources_data_ = LoadResourcesDataPak(resources_file_path);
CHECK(resources_data_) << "failed to load chrome.pak";
-
- FilePath large_icon_resources_file_path = GetLargeIconResourcesFilePath();
- if (!large_icon_resources_file_path.empty()) {
- large_icon_resources_data_ =
- LoadResourcesDataPak(large_icon_resources_file_path);
- CHECK(large_icon_resources_data_) <<
- "failed to load theme_resources_large.pak";
- }
}
std::string ResourceBundle::LoadLocaleResources(