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 cfbc69503a9fbd9ba868ae6ca209bdaa506b9e7b..3e6524fed2f4d74e2f6d7b56558db0b50383b06e 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -1210,6 +1210,8 @@ void ProfileIOData::ShutdownOnUIThread( |
quick_check_enabled_.Destroy(); |
if (media_device_id_salt_.get()) |
media_device_id_salt_->ShutdownOnUIThread(); |
+ if (data_reduction_proxy_statistics_prefs_.get()) |
+ data_reduction_proxy_statistics_prefs_->ShutdownOnUIThread(); |
session_startup_pref_.Destroy(); |
#if defined(ENABLE_CONFIGURATION_POLICY) |
if (url_blacklist_manager_) |