Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 7a90860257005e37dc75c8eb73e2dbb5bcabb5fe..6f8435145cc3be731d00b414bbc784cef897cbe5 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -12,6 +12,7 @@ |
#include "base/basictypes.h" |
#include "base/containers/hash_tables.h" |
#include "base/logging.h" |
+#include "components/domain_reliability/clear_mode.h" |
#include "content/public/browser/browser_context.h" |
#include "content/public/browser/content_browser_client.h" |
#include "net/url_request/url_request_job_factory.h" |
@@ -321,6 +322,12 @@ class Profile : public content::BrowserContext { |
virtual void ClearNetworkingHistorySince(base::Time time, |
const base::Closure& completion) = 0; |
+ // Clears browsing data stored in the Domain Reliability Monitor. (See |
+ // profile_impl_io_data.h for details.) |
+ virtual void ClearDomainReliabilityMonitor( |
+ domain_reliability::DomainReliabilityClearMode mode, |
+ const base::Closure& competion) = 0; |
+ |
// Returns the home page for this profile. |
virtual GURL GetHomePage() = 0; |