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

Unified Diff: chrome/browser/net/sdch_browsertest.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
« no previous file with comments | « no previous file | net/base/sdch_manager.cc » ('j') | net/base/sdch_manager_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/sdch_browsertest.cc
diff --git a/chrome/browser/net/sdch_browsertest.cc b/chrome/browser/net/sdch_browsertest.cc
index 16bf982558f2c09d5a4676fdb0bdf0f23ecd6c89..962ec16222435d768a0565fd6ac725fc6e3a12af 100644
--- a/chrome/browser/net/sdch_browsertest.cc
+++ b/chrome/browser/net/sdch_browsertest.cc
@@ -611,6 +611,11 @@ class SdchBrowserTest : public InProcessBrowserTest,
}
// SdchObserver
+ void OnDictionaryAdded(net::SdchManager* manager,
+ const GURL& dictionary_url,
+ const std::string& server_hash) override {}
+ void OnDictionaryRemoved(net::SdchManager* manager,
+ const std::string& server_hash) override {}
void OnDictionaryUsed(net::SdchManager* manager,
const std::string& server_hash) override {}
« no previous file with comments | « no previous file | net/base/sdch_manager.cc » ('j') | net/base/sdch_manager_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698