| Index: chrome/browser/profiles/profile_impl_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
|
| index b633bb26aafbf2b100d164c9ac3e9d689b018f9e..6ca3c778d02b33a4913795e28b7bd660618ffa04 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -496,9 +496,6 @@ void ProfileImplIOData::InitializeInternal(
|
| main_context->set_http_auth_handler_factory(
|
| io_thread_globals->http_auth_handler_factory.get());
|
|
|
| - main_context->set_fraudulent_certificate_reporter(
|
| - fraudulent_certificate_reporter());
|
| -
|
| main_context->set_proxy_service(proxy_service());
|
| main_context->set_backoff_manager(
|
| io_thread_globals->url_request_backoff_manager.get());
|
|
|