summaryrefslogtreecommitdiffstats
path: root/src/core/resource_bundle_qt.cpp
diff options
context:
space:
mode:
authorXiao Zhang <xiaozhang1@blackberry.com>2013-12-10 15:16:40 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-10 09:26:01 +0100
commit84fc0e2476ddfc7a5eb2750f3c9b8679a01f948c (patch)
tree84388a0f1c7e67d439f5fe51b00ac6cfebaa29e3 /src/core/resource_bundle_qt.cpp
parentae600d6b0fdb4bf9b5589df7bac162b1b112c7dd (diff)
Add ftp protocol handler.
Change-Id: Ib5ec11a23d609414f609969dbb2933d83eb6e3bd Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
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);
}