Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(737)

Unified Diff: components/policy/core/common/cloud/system_policy_request_context.cc

Issue 430673002: Rename ServerBoundCert => ChannelID to reflect the current name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/shell/browser/url_request_context_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
}
« no previous file with comments | « chromecast/shell/browser/url_request_context_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698