:lipstick: Fix build on Windows.
authorCheng Zhao <zcbenz@gmail.com>
Wed, 2 Oct 2013 12:43:30 +0000 (20:43 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 2 Oct 2013 12:43:30 +0000 (20:43 +0800)
browser/atom_browser_main_parts.cc

index 1427d7e..8656e0a 100644 (file)
@@ -89,11 +89,8 @@ void AtomBrowserMainParts::PreMainMessageLoopRun() {
 }
 
 int AtomBrowserMainParts::PreCreateThreads() {
-#if defined(OS_WIN)
-  net::ProxyResolverV8::CreateIsolate();
-#else
+  // TODO(zcbenz): Calling CreateIsolate() on Windows when updated to Chrome30.
   net::ProxyResolverV8::RememberDefaultIsolate();
-#endif
   return 0;
 }