| Index: chrome/browser/ui/app_list/test/fake_profile.h
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h
|
| index 12ba7696fbdc24c20c96ac5a762c3df376e4df84..39d42677c145d49818cd885ad68509561fbdccfa 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.h
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.h
|
| @@ -111,6 +111,8 @@ class FakeProfile : public Profile {
|
| virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE;
|
| 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;
|
|
|