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

Unified Diff: chrome/browser/profiles/profile.h

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/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 7a90860257005e37dc75c8eb73e2dbb5bcabb5fe..c5abfb6a1643b26c052ed4d3e554d207ecdee0b7 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -321,6 +321,12 @@ class Profile : public content::BrowserContext {
virtual void ClearNetworkingHistorySince(base::Time time,
const base::Closure& completion) = 0;
+ // Clears browsing data stored in the Domain Reliability Monitor. (See
+ // profile_impl_io_data.h for details.)
+ virtual void ClearDomainReliabilityMonitor(
+ bool clear_contexts,
+ const base::Closure& competion) = 0;
+
// Returns the home page for this profile.
virtual GURL GetHomePage() = 0;

Powered by Google App Engine
This is Rietveld 408576698