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 8a660454894cc4b0eb9730bd7b63f7132206c221..6829cf14e77ef436abfad9412c537eb133207356 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -82,6 +82,9 @@ class OffTheRecordProfileImpl : public Profile { |
virtual void ClearNetworkingHistorySince( |
base::Time time, |
const base::Closure& completion) OVERRIDE; |
+ virtual void ClearDomainReliabilityMonitor( |
+ bool clear_contexts, |
+ const base::Closure& completion) OVERRIDE; |
virtual GURL GetHomePage() OVERRIDE; |
// content::BrowserContext implementation: |