| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 5219a9f25616d7d31b1c2fa1a90d2e7ccc3e8459..80dbe3442b777f51b62bf4883fca7d6895de4f17 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -1438,7 +1438,5 @@ ProfileImpl::CreateDomainReliabilityMonitor(PrefService* local_state) {
|
| return scoped_ptr<domain_reliability::DomainReliabilityMonitor>();
|
|
|
| return service->CreateMonitor(
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO),
|
| - local_state,
|
| - prefs::kMetricsReportingEnabled);
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
|
| }
|
|
|