| 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 41ebb25e811acddf208bc558ba51201c18d3e5dd..ac6b7b90415ce47611d7fe7218d295ef29288f43 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -205,8 +205,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(
|
| + bool clear_contexts,
|
| + const base::Closure& completion) {
|
| }
|
|
|
| GURL FakeProfile::GetHomePage() {
|
|
|