Index: chrome/browser/sync/test/integration/two_client_apps_sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/two_client_apps_sync_test.cc b/chrome/browser/sync/test/integration/two_client_apps_sync_test.cc |
index 782a63535ecf6187435cd45f78c0d5ff77e68951..1928e0a5d15f26576da05d18e1bdc2b6e25cd678 100644 |
--- a/chrome/browser/sync/test/integration/two_client_apps_sync_test.cc |
+++ b/chrome/browser/sync/test/integration/two_client_apps_sync_test.cc |
@@ -27,6 +27,7 @@ using apps_helper::InstallPlatformApp; |
using apps_helper::SetAppLaunchOrdinalForApp; |
using apps_helper::SetPageOrdinalForApp; |
using apps_helper::UninstallApp; |
+using apps_helper::WaitForPlatformAppsToUnload; |
class TwoClientAppsSyncTest : public SyncTest { |
public: |
@@ -107,6 +108,8 @@ IN_PROC_BROWSER_TEST_F(TwoClientAppsSyncTest, StartWithDifferentApps) { |
InstallAppsPendingForSync(GetProfile(1)); |
ASSERT_TRUE(AllProfilesHaveSameAppsAsVerifier()); |
+ |
+ WaitForPlatformAppsToUnload(); |
} |
// Install some apps on both clients, then sync. Then install some apps on only |