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 0e030d6c2d36fcbd26cd4e96ffc4ab7e3436358d..522e83c8bf1f9e520033ef09bfd60ef25424408b 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -515,6 +515,7 @@ void ProfileImplIOData::InitializeInternal( |
set_channel_id_service(channel_id_service); |
main_context->set_channel_id_service(channel_id_service); |
+ main_cookie_store_->SetChannelIDServiceID(channel_id_service->GetUniqueID()); |
mmenke
2016/03/18 22:12:56
This seems weird. We're calling into one ChannelI
nharper
2016/03/18 22:31:09
I don't follow what you're saying here. This is se
mmenke
2016/03/18 22:39:19
Oh, "GetUniqueId()" was confusing me. Was thinkin
|
scoped_ptr<net::HttpCache::BackendFactory> main_backend( |
new net::HttpCache::DefaultBackend( |