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

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

Issue 67683005: Clean up TestProfileSyncService and related tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
diff --git a/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc b/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
index 13b20c0f85732c7c626fd55e6bb252738f3746b2..57fed78997df920811207c4b5613eb6f1b716a4e 100644
--- a/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
+++ b/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
@@ -196,8 +196,7 @@ class OneClickTestProfileSyncService : public TestProfileSyncService {
profile,
NULL,
NULL,
- ProfileSyncService::MANUAL_START,
- false), // synchronous_backend_init
+ ProfileSyncService::MANUAL_START),
first_setup_in_progress_(false) {}
bool first_setup_in_progress_;

Powered by Google App Engine
This is Rietveld 408576698