summaryrefslogtreecommitdiffstats
path: root/src/core/resource_bundle_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/resource_bundle_qt.cpp')
-rw-r--r--src/core/resource_bundle_qt.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/resource_bundle_qt.cpp b/src/core/resource_bundle_qt.cpp
index 05c168101..951f4af21 100644
--- a/src/core/resource_bundle_qt.cpp
+++ b/src/core/resource_bundle_qt.cpp
@@ -48,10 +48,6 @@ namespace ui {
void ResourceBundle::LoadCommonResources()
{
- // Loading these resources probably only makes sense for the browser process
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kProcessType))
- return;
-
// We repacked the resources we need and installed them. now let chromium mmap that file.
AddDataPackFromPath(WebEngineLibraryInfo::repackedResourcesPath(), SCALE_FACTOR_100P);
}