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

Unified Diff: net/filter/sdch_filter_unittest.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
Index: net/filter/sdch_filter_unittest.cc
diff --git a/net/filter/sdch_filter_unittest.cc b/net/filter/sdch_filter_unittest.cc
index 4601d256fecc5eac200a3f549a6c5e9ae2e96832..b7d4185dc0da5c8099ea92e1cdb56b5feac72f0b 100644
--- a/net/filter/sdch_filter_unittest.cc
+++ b/net/filter/sdch_filter_unittest.cc
@@ -1245,6 +1245,11 @@ class SimpleSdchObserver : public SdchObserver {
int dictionary_used_calls() const { return dictionary_used_; }
std::string last_server_hash() const { return last_server_hash_; }
+ void OnDictionaryAdded(SdchManager* /* manager */,
+ const GURL& /* dictionary_url */,
+ const std::string& /* server_hash */) override {}
+ void OnDictionaryRemoved(SdchManager* /* manager */,
+ const std::string& /* server_hash */) override {}
void OnGetDictionary(SdchManager* /* manager */,
const GURL& /* request_url */,
const GURL& /* dictionary_url */) override {}
« net/base/sdch_observer.h ('K') | « net/base/sdch_observer.h ('k') | net/sdch/sdch_owner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698