| Index: chrome/browser/net/ssl_config_service_manager_pref.cc
|
| diff --git a/chrome/browser/net/ssl_config_service_manager_pref.cc b/chrome/browser/net/ssl_config_service_manager_pref.cc
|
| index 7386d49284142b80823472bc58facf1ada5dfaab..1bf7cdb42126f5bb88f16117d8a2bcbf545e9a94 100644
|
| --- a/chrome/browser/net/ssl_config_service_manager_pref.cc
|
| +++ b/chrome/browser/net/ssl_config_service_manager_pref.cc
|
| @@ -72,7 +72,6 @@ std::vector<uint16> ParseCipherSuites(
|
| class SSLConfigServicePref : public net::SSLConfigService {
|
| public:
|
| SSLConfigServicePref() {}
|
| - virtual ~SSLConfigServicePref() {}
|
|
|
| // Store SSL config settings in |config|. Must only be called from IO thread.
|
| virtual void GetSSLConfig(net::SSLConfig* config);
|
| @@ -81,6 +80,8 @@ class SSLConfigServicePref : public net::SSLConfigService {
|
| // Allow the pref watcher to update our internal state.
|
| friend class SSLConfigServiceManagerPref;
|
|
|
| + virtual ~SSLConfigServicePref() {}
|
| +
|
| // This method is posted to the IO thread from the browser thread to carry the
|
| // new config information.
|
| void SetNewSSLConfig(const net::SSLConfig& new_config);
|
|
|