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 5af118651a2aaa4c21d25a03237586d558a741d4..e2cb0ec4ef3e10a0c01acdce32227b3e2d5591a7 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -585,6 +585,7 @@ void ProfileImplIOData::InitializeInternal( |
scoped_ptr<net::URLRequestJobFactoryImpl> main_job_factory( |
new net::URLRequestJobFactoryImpl()); |
InstallProtocolHandlers(main_job_factory.get(), protocol_handlers); |
+ |
// The data reduction proxy interceptor should be as close to the network |
// as possible. |
request_interceptors.insert( |