| 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 64064a727764b9fce689d299a34f36514572d428..82cabc4a40580e8bc1cfa0ad16935a39606963de 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -390,7 +390,7 @@ void OffTheRecordProfileImpl::OnLogin() {
|
| PrefProxyConfigTracker* OffTheRecordProfileImpl::GetProxyConfigTracker() {
|
| if (!pref_proxy_config_tracker_) {
|
| pref_proxy_config_tracker_.reset(
|
| - ProxyServiceFactory::CreatePrefProxyConfigTracker(GetPrefs()));
|
| + ProxyServiceFactory::CreatePrefProxyConfigTracker(this));
|
| }
|
| return pref_proxy_config_tracker_.get();
|
| }
|
|
|