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

Unified Diff: chrome/browser/profiles/profiles_state.cc

Issue 2578723002: Reduce BrowsingDataRemover's dependencies on Chrome (Closed)
Patch Set: A new callsite appeared through rebase - fixed the compilation error. Created 3 years, 12 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/profiles_state.cc
diff --git a/chrome/browser/profiles/profiles_state.cc b/chrome/browser/profiles/profiles_state.cc
index 318397dab2fec3ef41d578da17913e4bd834718d..ffff96b0ed00a435fb1c943877be8ecbc6e140e0 100644
--- a/chrome/browser/profiles/profiles_state.cc
+++ b/chrome/browser/profiles/profiles_state.cc
@@ -242,7 +242,7 @@ void RemoveBrowsingDataForProfile(const base::FilePath& profile_path) {
profile = profile->GetOffTheRecordProfile();
BrowsingDataRemoverFactory::GetForBrowserContext(profile)->Remove(
- BrowsingDataRemover::Unbounded(),
+ base::Time(), base::Time::Max(),
BrowsingDataRemover::REMOVE_WIPE_PROFILE, BrowsingDataHelper::ALL);
}
« no previous file with comments | « chrome/browser/profile_resetter/profile_resetter.cc ('k') | chrome/browser/push_messaging/push_messaging_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698