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

Unified Diff: net/base/ssl_config_service.h

Issue 3107030: Address post-review comments on r56727. (Closed)
Patch Set: Created 10 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 | « no previous file | net/http/http_stream_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/ssl_config_service.h
diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h
index 748d8e4cec8b81b1851fd80b240893181d6574b8..2cb9a76f572b1f43e8075155bbb1765594568881 100644
--- a/net/base/ssl_config_service.h
+++ b/net/base/ssl_config_service.h
@@ -118,8 +118,9 @@ class SSLConfigService : public base::RefCountedThreadSafe<SSLConfigService> {
static void EnableDNSSEC();
static bool dnssec_enabled();
- // Enables the |may_be_manipulated| flag in SSLConfig objects. See the
- // comment about this flag in |SSLConfig|.
+ // Sets a global flag which causes SetSSLConfigFlags to set the
wtc 2010/08/22 04:44:35 Nit: SetSSLConfigFlags is an implementation detail
+ // |mitm_proxies_allowed| flag in SSLConfig objects. See the comment about
+ // this flag in |SSLConfig|.
static void AllowMITMProxies();
static bool mitm_proxies_allowed();
@@ -129,12 +130,12 @@ class SSLConfigService : public base::RefCountedThreadSafe<SSLConfigService> {
static bool false_start_enabled();
protected:
- // SetFlags sets the values of several flags based on global configuration.
- static void SetSSLConfigFlags(SSLConfig*);
-
friend class base::RefCountedThreadSafe<SSLConfigService>;
virtual ~SSLConfigService() {}
+
+ // SetFlags sets the values of several flags based on global configuration.
+ static void SetSSLConfigFlags(SSLConfig*);
};
} // namespace net
« no previous file with comments | « no previous file | net/http/http_stream_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698