| Index: components/policy/core/common/cloud/system_policy_request_context.cc
|
| diff --git a/components/policy/core/common/cloud/system_policy_request_context.cc b/components/policy/core/common/cloud/system_policy_request_context.cc
|
| index 1aaec9ee19721a53f1b77c3cb76b1a5909c56f62..aec8a56ea0dbd9249d405eb3ea742e582c9481e6 100644
|
| --- a/components/policy/core/common/cloud/system_policy_request_context.cc
|
| +++ b/components/policy/core/common/cloud/system_policy_request_context.cc
|
| @@ -57,7 +57,7 @@ SystemPolicyRequestContext::GetURLRequestContext() {
|
| context_->set_http_transaction_factory(http_transaction_factory_.get());
|
|
|
| // No cookies, please. We also don't track channel IDs (no
|
| - // ServerBoundCertService).
|
| + // ChannelIDService).
|
| context_->set_cookie_store(new net::CookieMonster(NULL, NULL));
|
| }
|
|
|
|
|