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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 11959029: Make the v8 Isolate used in the proxy resolver explicit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed component build Created 7 years, 11 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
Index: chrome/browser/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index f5a581fe1ae162180f066a8a29b9e9676cc67032..dbf7a325c2b6e459779158a7aaa06a2ad4d7f0c9 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -564,6 +564,7 @@ void ProfileIOData::LazyInitialize() const {
io_thread->net_log(),
io_thread_globals->proxy_script_fetcher_context.get(),
profile_params_->proxy_config_service.release(),
+ io_thread_globals->v8_default_isolate,
command_line));
transport_security_state_.reset(new net::TransportSecurityState());

Powered by Google App Engine
This is Rietveld 408576698