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

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

Issue 10911283: Implement 'Do Not Track' header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 8 years, 3 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_impl_io_data.cc
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
index ed274946a3c4bf3c42edc26a8c904aa02783de54..60a781ec52817c2e544d1e9d3fd81152853194ea 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -14,7 +14,6 @@
#include "chrome/browser/io_thread.h"
#include "chrome/browser/net/about_protocol_handler.h"
#include "chrome/browser/net/chrome_net_log.h"
-#include "chrome/browser/net/chrome_network_delegate.h"
#include "chrome/browser/net/clear_on_exit_policy.h"
#include "chrome/browser/net/connect_interceptor.h"
#include "chrome/browser/net/http_server_properties_manager.h"
@@ -273,8 +272,6 @@ void ProfileImplIOData::Handle::LazyInitialize() const {
PrefService* pref_service = profile_->GetPrefs();
io_data_->set_http_server_properties_manager(
new chrome_browser_net::HttpServerPropertiesManager(pref_service));
- ChromeNetworkDelegate::InitializeReferrersEnabled(
- io_data_->enable_referrers(), pref_service);
io_data_->session_startup_pref()->Init(
prefs::kRestoreOnStartup, pref_service, NULL);
io_data_->session_startup_pref()->MoveToThread(BrowserThread::IO);
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | chrome/browser/profiles/profile_io_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698