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

Unified Diff: net/base/single_request_host_resolver_unittest.cc

Issue 8533011: Remove unused HostResolver::Observer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove id from AsyncHostResolver; add double-cancelation check; comments' Created 9 years, 1 month 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 | « net/base/mock_host_resolver.cc ('k') | net/base/test_host_resolver_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/single_request_host_resolver_unittest.cc
diff --git a/net/base/single_request_host_resolver_unittest.cc b/net/base/single_request_host_resolver_unittest.cc
index ddf8c70e06ca091fec05720a9a48c3993464d3ed..7106af5f0560029b6fad7f271efb498fe1cf0def 100644
--- a/net/base/single_request_host_resolver_unittest.cc
+++ b/net/base/single_request_host_resolver_unittest.cc
@@ -57,14 +57,6 @@ class HangingHostResolver : public HostResolver {
outstanding_request_ = NULL;
}
- virtual void AddObserver(Observer* observer) OVERRIDE {
- FAIL();
- }
-
- virtual void RemoveObserver(Observer* observer) OVERRIDE {
- FAIL();
- }
-
private:
RequestHandle outstanding_request_;
« no previous file with comments | « net/base/mock_host_resolver.cc ('k') | net/base/test_host_resolver_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698