| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
|
| index bff40444d124130d3127e4df6c9925a793d78650..2c9de880027f0b8f5b6ec773f69e8f49afdcb844 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
|
| @@ -2329,6 +2329,7 @@ TEST_P(ChromeLauncherControllerWithArcTest, ArcCustomAppIcon) {
|
|
|
| // Set custom icon on active item. Icon should change to custom.
|
| arc_test_.app_instance()->SendTaskDescription(2, std::string(), png_data);
|
| + base::RunLoop().RunUntilIdle();
|
| EXPECT_TRUE(item_delegate->image_set_by_controller());
|
|
|
| // Switch back to the item without custom icon. Icon should be changed to
|
|
|