| Index: net/sdch/sdch_owner.cc
|
| diff --git a/net/sdch/sdch_owner.cc b/net/sdch/sdch_owner.cc
|
| index 226604af5f95396f63a968c5af12b8b7fc0db915..808341af38fe14d10b49eded4e392eec03c8939b 100644
|
| --- a/net/sdch/sdch_owner.cc
|
| +++ b/net/sdch/sdch_owner.cc
|
| @@ -484,6 +484,13 @@ void SdchOwner::OnDictionaryFetched(base::Time last_used,
|
| load_times_[server_hash] = clock_->Now();
|
| }
|
|
|
| +void SdchOwner::OnDictionaryAdded(SdchManager* manager,
|
| + const GURL& dictionary_url,
|
| + const std::string& server_hash) { }
|
| +
|
| +void SdchOwner::OnDictionaryRemoved(SdchManager* manager,
|
| + const std::string& server_hash) { }
|
| +
|
| void SdchOwner::OnDictionaryUsed(SdchManager* manager,
|
| const std::string& server_hash) {
|
| base::Time now(clock_->Now());
|
|
|