| 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);
|
| }
|
|
|
|
|