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 e0f61ff7f369496210546e7b0b680793e48756cb..7b0927b9302ff542473f7e6de607becb47bd3f0a 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.h |
+++ b/chrome/browser/profiles/profile_impl_io_data.h |
@@ -58,6 +58,8 @@ class ProfileImplIOData : public ProfileIOData { |
GetIsolatedAppRequestContextGetter( |
const std::string& app_id) const; |
+ void DeleteTransportSecurityStateSince(const base::Time& time); |
+ |
private: |
typedef base::hash_map<std::string, |
scoped_refptr<ChromeURLRequestContextGetter> > |