summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_io_data.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_io_data.cc')
-rw-r--r--chrome/browser/profiles/profile_io_data.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index c310cbf..7d6c6a8 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -460,10 +460,6 @@ void ProfileIOData::InitializeOnUIThread(Profile* profile) {
scoped_refptr<base::MessageLoopProxy> io_message_loop_proxy =
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO);
-#if defined(ENABLE_PRINTING)
- printing_enabled_.Init(prefs::kPrintingEnabled, pref_service);
- printing_enabled_.MoveToThread(io_message_loop_proxy);
-#endif
chrome_http_user_agent_settings_.reset(
new ChromeHttpUserAgentSettings(pref_service));
@@ -1254,7 +1250,6 @@ void ProfileIOData::ShutdownOnUIThread(
enable_metrics_.Destroy();
#endif
safe_browsing_enabled_.Destroy();
- printing_enabled_.Destroy();
sync_disabled_.Destroy();
signin_allowed_.Destroy();
network_prediction_options_.Destroy();