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 af3c60c47d4435f8f84c13da6f1ffec9a1375193..83e125ae764a8004358bc6fe5d5598f1bb7226a7 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
@@ -483,7 +483,7 @@ void OffTheRecordProfileImpl::OnZoomLevelChanged( |
PrefProxyConfigTracker* OffTheRecordProfileImpl::CreateProxyConfigTracker() { |
#if defined(OS_CHROMEOS) |
- if (chromeos::ProfileHelper::IsSigninProfile(this)) { |
+ if (IsLoginProfile()) { |
return ProxyServiceFactory::CreatePrefProxyConfigTrackerOfLocalState( |
g_browser_process->local_state()); |
} |