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

Unified Diff: net/base/mapped_host_resolver.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/mapped_host_resolver.h ('k') | net/base/mock_host_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/mapped_host_resolver.cc
diff --git a/net/base/mapped_host_resolver.cc b/net/base/mapped_host_resolver.cc
index 5b8542f28d7bd51c8647c539b96c81a12d5a0e49..cb036f4f2f1ea530524e033327d2446be2a842b7 100644
--- a/net/base/mapped_host_resolver.cc
+++ b/net/base/mapped_host_resolver.cc
@@ -45,14 +45,6 @@ void MappedHostResolver::CancelRequest(RequestHandle req) {
impl_->CancelRequest(req);
}
-void MappedHostResolver::AddObserver(Observer* observer) {
- impl_->AddObserver(observer);
-}
-
-void MappedHostResolver::RemoveObserver(Observer* observer) {
- impl_->RemoveObserver(observer);
-}
-
void MappedHostResolver::ProbeIPv6Support() {
impl_->ProbeIPv6Support();
}
« no previous file with comments | « net/base/mapped_host_resolver.h ('k') | net/base/mock_host_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698