Index: net/base/transport_security_state.h |
=================================================================== |
--- net/base/transport_security_state.h (revision 50795) |
+++ net/base/transport_security_state.h (working copy) |
@@ -80,6 +80,9 @@ |
// This function may not block and may be called with internal locks held. |
// Thus it must not reenter the TransportSecurityState object. |
virtual void StateIsDirty(TransportSecurityState* state) = 0; |
+ |
+ protected: |
+ virtual ~Delegate() {} |
}; |
void SetDelegate(Delegate*); |