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

Unified Diff: net/base/ssl_config_service.h

Issue 9617039: Change Origin bound certs -> Domain bound certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename all the things Created 8 years, 9 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: net/base/ssl_config_service.h
diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h
index a6e3a3bf0d0fe857619b45f8dcc91951ce77b396..f7b9f60396741ce058b83c1ac8e2ab6583a3f2b6 100644
--- a/net/base/ssl_config_service.h
+++ b/net/base/ssl_config_service.h
@@ -70,7 +70,7 @@ struct NET_EXPORT SSLConfig {
std::vector<uint16> disabled_cipher_suites;
bool cached_info_enabled; // True if TLS cached info extension is enabled.
- bool origin_bound_certs_enabled; // True if TLS origin bound cert extension
+ bool server_bound_certs_enabled; // True if TLS origin bound cert extension
wtc 2012/03/15 23:46:38 This probably should not be renamed, or should be
mattm 2012/03/16 22:22:00 done (renamed to domain_bound_certs_enabled)
// is enabled.
bool false_start_enabled; // True if we'll use TLS False Start.

Powered by Google App Engine
This is Rietveld 408576698