Index: chrome/browser/profiles/off_the_record_profile_io_data.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
index 89b57acf8b5f24badf53aca31b9668a07449ac47..1ebc2b4cfd79b4e5499f2ba7b98b971c02162ce3 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
@@ -242,6 +242,7 @@ void OffTheRecordProfileIOData::InitializeInternal( |
base::FilePath(), CookieStoreConfig::EPHEMERAL_SESSION_COOKIES, NULL, |
profile_params->cookie_monster_delegate.get())); |
main_context->set_cookie_store(main_cookie_store_.get()); |
+ main_cookie_store_->SetChannelIDServiceID(channel_id_service->GetUniqueID()); |
http_network_session_ = CreateHttpNetworkSession(*profile_params); |
main_http_factory_ = CreateMainHttpFactory( |