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

Unified Diff: net/dns/host_resolver.cc

Issue 2116983002: Change HostResolver::Resolve() to take an std::unique_ptr<Request>* rather than a RequestHandle* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: http_stream_factory_impl_job_controller_unittest RequestHandle* to unique_ptr Created 4 years, 5 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/dns/host_resolver.cc
diff --git a/net/dns/host_resolver.cc b/net/dns/host_resolver.cc
index be393b047e433495cd453cbe02c6c7bb55bbfcb9..b4283a779bf19f1f8442e4bac025083e3d7c8566 100644
--- a/net/dns/host_resolver.cc
+++ b/net/dns/host_resolver.cc
@@ -104,11 +104,6 @@ HostResolver::~HostResolver() {
void HostResolver::SetDnsClientEnabled(bool enabled) {
}
-void HostResolver::ChangeRequestPriority(RequestHandle req,
- RequestPriority priority) {
- NOTIMPLEMENTED();
-}
-
HostCache* HostResolver::GetHostCache() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698