| 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 4b9706709d1a71c767af509263668c8acc2a93c1..18f12ff7b5d402dc56be615541535c5eb45f02e0 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
|
| @@ -2336,6 +2336,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
|
|
|