Index: net/spdy/spdy_settings_storage.cc |
=================================================================== |
--- net/spdy/spdy_settings_storage.cc (revision 85710) |
+++ net/spdy/spdy_settings_storage.cc (working copy) |
@@ -46,5 +46,9 @@ |
settings_map_[host_port_pair] = persistent_settings; |
} |
+void SpdySettingsStorage::Clear() { |
+ settings_map_.clear(); |
+} |
+ |
} // namespace net |