Index: chrome/browser/profiles/profile_impl_io_data.h |
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h |
index bce32a91f0deac9062ee3e28a921a0f1e4baa69b..7e9b41ac4cdf6111c163e6607792eceb99558301 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.h |
+++ b/chrome/browser/profiles/profile_impl_io_data.h |
@@ -84,6 +84,8 @@ class ProfileImplIOData : public ProfileIOData { |
void ClearNetworkingHistorySince(base::Time time, |
const base::Closure& completion); |
+ void ReleaseFromBrowserContextServices(Profile* profile) const; |
+ |
private: |
typedef std::map<StoragePartitionDescriptor, |
scoped_refptr<ChromeURLRequestContextGetter>, |