| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 65b014c33e4626477f69b03b7d8be9420b4c98df..3c1733a902222c6c5c4af7cd374b8b9d507875c2 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -17,6 +17,7 @@
|
| #include "base/timer/timer.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_impl_io_data.h"
|
| +#include "components/domain_reliability/clear_mode.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| #include "content/public/browser/host_zoom_map.h"
|
|
|
| @@ -142,6 +143,9 @@ class ProfileImpl : 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;
|
| virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
|
| virtual void SetExitType(ExitType exit_type) OVERRIDE;
|
|
|