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

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 23068005: Convert UserPolicySigninService to use OAuth2TokenService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Android fixes. Created 7 years, 4 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: chrome/browser/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index c3650e8ba514879259e8d40b907acc558da8e9aa..6b2a3443e4b61c13ae5f0bf784a7f17c48a38013 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -757,7 +757,7 @@ void ProfileImpl::OnPrefsLoaded(bool success) {
prefs_->SetBoolean(prefs::kSessionExitedCleanly, true);
BrowserContextDependencyManager::GetInstance()->CreateBrowserContextServices(
- this, false);
+ this);
DCHECK(!net_pref_observer_);
{

Powered by Google App Engine
This is Rietveld 408576698