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

Unified Diff: trunk/src/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc

Issue 98323003: Revert 238348 "Clean up TestProfileSyncService and related tests" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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: trunk/src/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
===================================================================
--- trunk/src/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc (revision 238367)
+++ trunk/src/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc (working copy)
@@ -196,7 +196,8 @@
profile,
NULL,
NULL,
- ProfileSyncService::MANUAL_START),
+ ProfileSyncService::MANUAL_START,
+ false), // synchronous_backend_init
first_setup_in_progress_(false) {}
bool first_setup_in_progress_;

Powered by Google App Engine
This is Rietveld 408576698