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

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: TestShellNetworkDelegate Created 8 years, 10 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 be8ae725fe23eef4a58d10067b24b3e9f1f23085..8d31e3564c8a7fb7efd979b42a17e44a421daade 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -448,6 +448,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