| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index ec314d9df985cfe330294df4312493eb6cc3471a..f5cffdc0eb7a39a421916d6d70d259232d9dc839 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -140,6 +140,9 @@ class ProfileImpl : 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;
|
| virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE;
|
| virtual void SetExitType(ExitType exit_type) OVERRIDE;
|
|
|