Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(728)

Unified Diff: net/sdch/sdch_owner.cc

Issue 1133763003: SdchObserver: add OnDictionary{Added,Removed} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« net/base/sdch_observer.h ('K') | « net/sdch/sdch_owner.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« net/base/sdch_observer.h ('K') | « net/sdch/sdch_owner.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698