| Index: chrome/browser/ui/app_list/test/fake_profile.cc
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| index 3791b206973ee9f45a16a21285f9f7372abb4f2e..48daa33d372e3e147ce8e022c6df520830a71d47 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -210,8 +210,14 @@ chrome_browser_net::Predictor* FakeProfile::GetNetworkPredictor() {
|
| return NULL;
|
| }
|
|
|
| -void FakeProfile::ClearNetworkingHistorySince(base::Time time,
|
| - const base::Closure& completion) {
|
| +void FakeProfile::ClearNetworkingHistorySince(
|
| + base::Time time,
|
| + const base::Closure& completion) {
|
| +}
|
| +
|
| +void FakeProfile::ClearDomainReliabilityMonitor(
|
| + domain_reliability::DomainReliabilityClearMode mode,
|
| + const base::Closure& completion) {
|
| }
|
|
|
| GURL FakeProfile::GetHomePage() {
|
|
|