diff --git a/atom/browser/atom_browser_main_parts.cc b/atom/browser/atom_browser_main_parts.cc index af63aad23a..f919e4e3ab 100644 --- a/atom/browser/atom_browser_main_parts.cc +++ b/atom/browser/atom_browser_main_parts.cc @@ -13,10 +13,6 @@ #include "atom/common/node_bindings.h" #include "base/command_line.h" -#if defined(OS_WIN) -#include "ui/gfx/win/dpi.h" -#endif - #if defined(USE_X11) #include "chrome/browser/ui/libgtk2ui/gtk2_util.h" #endif @@ -80,10 +76,6 @@ void AtomBrowserMainParts::PreMainMessageLoopRun() { libgtk2ui::GtkInitFromCommandLine(*CommandLine::ForCurrentProcess()); #endif - // Make sure the url request job factory is created before the ready event. - static_cast(AtomBrowserContext::Get())-> - GetRequestContext(); - #if !defined(OS_MACOSX) // The corresponding call in OS X is in AtomApplicationDelegate. Browser::Get()->WillFinishLaunching();