Index: net/base/ssl_config_service_win.h |
=================================================================== |
--- net/base/ssl_config_service_win.h (revision 31079) |
+++ net/base/ssl_config_service_win.h (working copy) |
@@ -23,7 +23,6 @@ |
public: |
SSLConfigServiceWin(); |
explicit SSLConfigServiceWin(base::TimeTicks now); // Used for testing. |
- virtual ~SSLConfigServiceWin() {} |
// Get the current SSL configuration settings. Can be called on any |
// thread. |
@@ -45,6 +44,8 @@ |
void GetSSLConfigAt(SSLConfig* config, base::TimeTicks now); |
private: |
+ virtual ~SSLConfigServiceWin() {} |
+ |
void UpdateConfig(base::TimeTicks now); |
// We store the IE SSL config and the time that we fetched it. |