Index: chrome/browser/profiles/off_the_record_profile_impl.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h |
index 0e1b2e52e914bea7cccad2de36ee627c363a842d..6ebe99fb3dd9abd4808a15be7f2a1b1781f91610 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -11,6 +11,7 @@ |
#include "chrome/browser/profiles/off_the_record_profile_io_data.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/ui/browser_list.h" |
+#include "components/domain_reliability/clear_mode.h" |
#include "content/public/browser/content_browser_client.h" |
#include "content/public/browser/host_zoom_map.h" |
@@ -82,6 +83,9 @@ class OffTheRecordProfileImpl : public Profile { |
virtual void ClearNetworkingHistorySince( |
base::Time time, |
const base::Closure& completion) OVERRIDE; |
+ virtual void ClearDomainReliabilityMonitor( |
+ domain_reliability::DomainReliabilityClearMode mode, |
+ const base::Closure& completion) OVERRIDE; |
virtual GURL GetHomePage() OVERRIDE; |
// content::BrowserContext implementation: |