Index: net/filter/sdch_filter.cc |
diff --git a/net/filter/sdch_filter.cc b/net/filter/sdch_filter.cc |
index 30392cd06ad07166144dbadfaca4543f23a56878..cb3150cb0be8bd0fb1b5ddd7ca497effa982497d 100644 |
--- a/net/filter/sdch_filter.cc |
+++ b/net/filter/sdch_filter.cc |
@@ -177,6 +177,11 @@ SdchFilter::~SdchFilter() { |
// Allow latency experiments to proceed. |
url_request_context_->sdch_manager()->SetAllowLatencyExperiment( |
url_, true); |
+ |
+ // Notify successful dictionary usage. |
+ url_request_context_->sdch_manager()->OnDictionaryUsed( |
+ dictionary_->server_hash()); |
+ |
return; |
} |
case PASS_THROUGH: { |