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

Unified Diff: chrome/browser/app_controller_mac_unittest.mm

Issue 1113333003: Don't create a new profile when cleaning up stale ephemeral profiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: fix? Created 5 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/app_controller_mac_unittest.mm
diff --git a/chrome/browser/app_controller_mac_unittest.mm b/chrome/browser/app_controller_mac_unittest.mm
index 470cfec28b5fa3abff502af9537a9f4f0c0f292c..17f051dd6f851a85ec4743adb3f9ccd9861f00bd 100644
--- a/chrome/browser/app_controller_mac_unittest.mm
+++ b/chrome/browser/app_controller_mac_unittest.mm
@@ -86,7 +86,8 @@ TEST_F(AppControllerTest, LastProfile) {
// Delete the active profile.
profile_manager_.profile_manager()->ScheduleProfileForDeletion(
- dest_path1, ProfileManager::CreateCallback());
+ dest_path1, false /* suppress_profile_creation */,
+ ProfileManager::CreateCallback());
base::RunLoop().RunUntilIdle();

Powered by Google App Engine
This is Rietveld 408576698