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

Unified Diff: trunk/src/chrome/browser/sync/test_profile_sync_service.cc

Issue 163983005: Revert 250967 "Revert of [sync]: add ManagedUserSigninManagerWra..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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
Index: trunk/src/chrome/browser/sync/test_profile_sync_service.cc
===================================================================
--- trunk/src/chrome/browser/sync/test_profile_sync_service.cc (revision 251113)
+++ trunk/src/chrome/browser/sync/test_profile_sync_service.cc (working copy)
@@ -5,6 +5,7 @@
#include "chrome/browser/sync/test_profile_sync_service.h"
#include "chrome/browser/chrome_notification_types.h"
+#include "chrome/browser/managed_mode/managed_user_signin_manager_wrapper.h"
#include "chrome/browser/signin/profile_oauth2_token_service_factory.h"
#include "chrome/browser/signin/signin_manager.h"
#include "chrome/browser/signin/signin_manager_factory.h"
@@ -103,7 +104,7 @@
ProfileSyncService::StartBehavior behavior)
: ProfileSyncService(factory,
profile,
- signin,
+ new ManagedUserSigninManagerWrapper(signin),
oauth2_token_service,
behavior) {
SetSyncSetupCompleted();
« no previous file with comments | « trunk/src/chrome/browser/sync/profile_sync_service_unittest.cc ('k') | trunk/src/chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698