Index: chrome/browser/profiles/off_the_record_profile_impl.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc |
index 7f42c5d3d19ff5dc6aae4feddc243c4658442f24..4aacf82489fe195b794e4b49ac3883ecebe839f4 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
@@ -99,7 +99,7 @@ OffTheRecordProfileImpl::OffTheRecordProfileImpl(Profile* real_profile) |
void OffTheRecordProfileImpl::Init() { |
BrowserContextDependencyManager::GetInstance()->CreateBrowserContextServices( |
- this, false); |
+ this); |
DCHECK_NE(IncognitoModePrefs::DISABLED, |
IncognitoModePrefs::GetAvailability(profile_->GetPrefs())); |
@@ -496,4 +496,3 @@ PrefProxyConfigTracker* OffTheRecordProfileImpl::CreateProxyConfigTracker() { |
return ProxyServiceFactory::CreatePrefProxyConfigTrackerOfProfile( |
GetPrefs(), g_browser_process->local_state()); |
} |
- |