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..2a2ba08793331b43af743d62e595f7fdbdbf9a53 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(base::Time time); |
+ |
private: |
typedef base::hash_map<std::string, |
scoped_refptr<ChromeURLRequestContextGetter> > |