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

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

Issue 9572001: Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos Created 8 years, 9 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 2d950c9e5cbcec9fd1cfb9be45dcbd8381936e68..305a7f34aacd20f2723d0d7ec0cd12da013bcec5 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -450,6 +450,7 @@ void ProfileIOData::LazyInitialize() const {
profile_params_->extension_info_map,
url_blacklist_manager_.get(),
profile_params_->profile,
+ profile_params_->cookie_settings,
&enable_referrers_));
fraudulent_certificate_reporter_.reset(

Powered by Google App Engine
This is Rietveld 408576698