Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: chrome/browser/ui/app_list/test/fake_profile.cc

Issue 238863005: Domain Reliability: Remove browsing data when requested. (Closed) Base URL: http://git.chromium.org/chromium/src.git@domrel_bakedin
Patch Set: rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698