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

Unified Diff: net/proxy/sync_host_resolver_bridge_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/net.gyp ('k') | net/socket/socks_client_socket_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/sync_host_resolver_bridge_unittest.cc
diff --git a/net/proxy/sync_host_resolver_bridge_unittest.cc b/net/proxy/sync_host_resolver_bridge_unittest.cc
index 327c44d430d8a6ec77b95171561a5ca9c704050e..36586d3281de7c4688e3010452e04887f4e0b986 100644
--- a/net/proxy/sync_host_resolver_bridge_unittest.cc
+++ b/net/proxy/sync_host_resolver_bridge_unittest.cc
@@ -59,14 +59,6 @@ class BlockableHostResolver : public HostResolver {
was_request_cancelled_ = true;
}
- virtual void AddObserver(Observer* observer) OVERRIDE {
- NOTREACHED();
- }
-
- virtual void RemoveObserver(Observer* observer) OVERRIDE {
- NOTREACHED();
- }
-
// Waits until Resolve() has been called.
void WaitUntilRequestIsReceived() {
event_.Wait();
« no previous file with comments | « net/net.gyp ('k') | net/socket/socks_client_socket_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698