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 4a5958b849d5291598ad29c640e4a0dd249ccccc..0638ef15011da7ddabb9c39f09b69902de6ec2a4 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -286,6 +286,15 @@ void ProfileImplIOData::Handle::ClearNetworkingHistorySince( |
completion)); |
} |
+void ProfileImplIOData::Handle::ReleaseFromBrowserContextServices( |
+ Profile* profile) const { |
+ DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
+ if (!initialized_) |
+ return; |
+ |
+ io_data_->ReleaseFromBrowserContextServices(profile); |
+} |
+ |
void ProfileImplIOData::Handle::LazyInitialize() const { |
if (initialized_) |
return; |