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

Unified Diff: chromecast/shell/browser/url_request_context_factory.h

Issue 430673002: Rename ServerBoundCert => ChannelID to reflect the current name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: chromecast/shell/browser/url_request_context_factory.h
diff --git a/chromecast/shell/browser/url_request_context_factory.h b/chromecast/shell/browser/url_request_context_factory.h
index e094c0d9a9e3307dc97e0c6670965939c4f37d2b..03d062da421cd9b278d177193074c7dacc36ddfc 100644
--- a/chromecast/shell/browser/url_request_context_factory.h
+++ b/chromecast/shell/browser/url_request_context_factory.h
@@ -79,7 +79,7 @@ class URLRequestContextFactory {
// instance of URLRequestContext only.
bool system_dependencies_initialized_;
scoped_ptr<net::HostResolver> host_resolver_;
- scoped_ptr<net::ServerBoundCertService> server_bound_cert_service_;
+ scoped_ptr<net::ChannelIDService> channel_id_service_;
scoped_ptr<net::CertVerifier> cert_verifier_;
scoped_refptr<net::SSLConfigService> ssl_config_service_;
scoped_ptr<net::TransportSecurityState> transport_security_state_;

Powered by Google App Engine
This is Rietveld 408576698