Chrome Cleaner: Fix issue where a tagged profile could be reset multiple times
The ProfileResetter object in the SettingsResetter class needs to be kept alive until its reset operation has been completed, otherwise the SettingsResetter object could be destroyed before it has had a chance to untag profiles that were already reset. This is now done by keeping a vector of ProfileResetter objects until the SettingsResetter class is deleted. Review-Url: https://codereview.chromium.org/2952883002 Cr-Commit-Position: refs/heads/master@{#481614}
Showing
Please register or sign in to comment