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

Unified Diff: chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc

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/ui/app_list/app_list_service_interactive_uitest.cc
diff --git a/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc b/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc
index 9756c3a90db727c8c9836123120e26e31e0f0ca0..4a9f7bcc70fbbd7bd13d9912f9179b57a7e760f3 100644
--- a/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc
+++ b/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc
@@ -329,7 +329,7 @@ IN_PROC_BROWSER_TEST_F(ShowAppListNonDefaultInteractiveTest,
// Delete the profile being used by the app list.
profile_manager->ScheduleProfileForDeletion(
service->GetCurrentAppListProfile()->GetPath(),
- ProfileManager::CreateCallback());
+ false /* suppress_profile_creation */, ProfileManager::CreateCallback());
// App Launcher should get closed immediately and nothing should explode.
EXPECT_FALSE(service->IsAppListVisible());

Powered by Google App Engine
This is Rietveld 408576698