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

Unified Diff: chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc

Issue 657283003: Remove workaround in Sync supervised users test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc b/chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc
index 846203b4287c6e01fcd689882146a35ab80ac6b4..bab4a0807c1aa96ebbe4ab1e88327f2625210b8c 100644
--- a/chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc
+++ b/chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc
@@ -52,9 +52,6 @@ IN_PROC_BROWSER_TEST_F(SingleClientSupervisedUserSettingsSyncTest, Sanity) {
std::string("token value doesn't matter in tests"));
ASSERT_TRUE(GetClient(0)->AwaitBackendInitialization());
- // TODO(pvalenzuela): Remove the following line after crbug.com/422508 is
- // fixed.
- GetSyncService(0)->SetSetupInProgress(false);
ASSERT_TRUE(GetClient(0)->AwaitSyncSetupCompletion());
// TODO(pvalenzuela): Add additional tests and some verification of sync-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698