Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5669)

Unified Diff: chrome/browser/io_thread.cc

Issue 227233006: Make net use v8 through gin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/android/chrome_android_initializer.cc ('k') | chrome/browser/net/proxy_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.cc
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
index e1067482bc7b774c87cd8052c64d68edc435db42..b16fd6f79d23119bbb10bad8add2b7fbbd059114 100644
--- a/chrome/browser/io_thread.cc
+++ b/chrome/browser/io_thread.cc
@@ -100,10 +100,6 @@
#include "net/ocsp/nss_ocsp.h"
#endif
-#if !defined(OS_IOS) && !defined(OS_ANDROID)
-#include "net/proxy/proxy_resolver_v8.h"
-#endif
-
#if defined(OS_ANDROID) || defined(OS_IOS)
#include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h"
#endif
@@ -420,16 +416,6 @@ IOThread::IOThread(
is_spdy_disabled_by_policy_(false),
weak_factory_(this),
creation_time_(base::TimeTicks::Now()) {
-#if !defined(OS_IOS) && !defined(OS_ANDROID)
-#if defined(OS_WIN)
- if (!win8::IsSingleWindowMetroMode())
- net::ProxyResolverV8::RememberDefaultIsolate();
- else
- net::ProxyResolverV8::CreateIsolate();
-#else
- net::ProxyResolverV8::RememberDefaultIsolate();
-#endif
-#endif
auth_schemes_ = local_state->GetString(prefs::kAuthSchemes);
negotiate_disable_cname_lookup_ = local_state->GetBoolean(
prefs::kDisableAuthNegotiateCnameLookup);
« no previous file with comments | « chrome/app/android/chrome_android_initializer.cc ('k') | chrome/browser/net/proxy_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698