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

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

Issue 280383002: Revert 269855 "Only commit cookie changes in prerenders after a ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/chrome/browser/profiles/profile_io_data.cc
===================================================================
--- trunk/src/chrome/browser/profiles/profile_io_data.cc (revision 269877)
+++ trunk/src/chrome/browser/profiles/profile_io_data.cc (working copy)
@@ -366,7 +366,6 @@
#endif
params->profile = profile;
- params->prerender_tracker = g_browser_process->prerender_tracker();
profile_params_.reset(params.release());
ChromeNetworkDelegate::InitializePrefsOnUIThread(
@@ -949,7 +948,6 @@
network_delegate->set_cookie_settings(profile_params_->cookie_settings.get());
network_delegate->set_enable_do_not_track(&enable_do_not_track_);
network_delegate->set_force_google_safe_search(&force_safesearch_);
- network_delegate->set_prerender_tracker(profile_params_->prerender_tracker);
network_delegate_.reset(network_delegate);
fraudulent_certificate_reporter_.reset(

Powered by Google App Engine
This is Rietveld 408576698